In SQL Server 2008 R2, I have to compare two dates of birth from different tables. column C.date_of_birth is of type DATETIME
I am working开发者_如何学运维 on migrating a DTS package which contains a oledb source (but we dont have access to the source), a olebd destination (but we have access to the dest.) and a DATA Pump Ta
I have a table in my SQL server 2008 R2 database which includes two nullable decimal(16,6) columns.Let\'s call them column1 and column2.
I have a SQL Server 2008 database. This database has a table called Product, Order, and OrderProduct. These three tables look like the following:
I have the f开发者_如何学Goollowing T-SQL (SQL Server 2008) and I need to email the result using database mail.
i am newbie in sql server, my requirement is i want to get the image p开发者_StackOverflowath from the database field, but stuck what could be the query can anyone out there help me with this.
Ok, maybe I\'m a noob in sql, but I can\'t figure out why this should work: I\'ve Table1 like: IDRecord (PK), Description, IDTable2 (FK)
I need to make a query to validate the date of crop planting, and crop harvest. From the table \"Clt_Sembrado\", depending of the code of cultivation in table Clt_Desglose
How would I write the following SQL query in lambda-notation LINQ? select \'myString\', count(distinct val)
I have a access log, which records usernames and a timestamp at various points in the application. I want to see if I can approximate the amount of time they are spending in the application. Basically