Viewing 15 posts - 391 through 405 (of 3,221 total)
I would suggest reading Jeff Moden's aticle here on SSC at:
July 6, 2012 at 11:12 am
I would suggest reading Jeff Moden's aticle here on SSC at:
July 6, 2012 at 11:06 am
Brandie Tarvin (7/6/2012)
July 6, 2012 at 9:30 am
Emphasis (bolding) added by this poster
BrainDonor (7/6/2012)
Local temporary tables (prefixes with '#') go out of...
July 6, 2012 at 8:12 am
Excellent article here on SSC
4-4-5 Calendar Functions, Part 1
By Cliff Corder, 2010/09/06 (first published: 2009/09/28)
July 5, 2012 at 5:46 am
1%
(1)
Incorrect answers:
99%
(113)
Total attempts: 114
July 5, 2012 at 5:28 am
And i want to know the difference between DBA and database developer . who plays the vital role and important role(highly paid salary) , DBA or database developer ?
...
July 4, 2012 at 1:20 pm
GilaMonster (7/3/2012)
For anyone not on/not paying attention to twitter.....It seems to be official.... I'm a Microsoft Certified Master for SQL Server 2008.
https://twitter.com/SQLintheWild/statuses/220252281847808001
CONGRATULATIONS
July 3, 2012 at 3:34 pm
I would use something like this
DECLARE @T1 DATETIME
DECLARE @T2 DATETIME
SET @T1 = '7/02/2012' | The 2 parameters passed to your T-SQL statement
SET...
July 2, 2012 at 10:07 pm
Use the DATEDIFF function - check it out on Books On Line (BOL) or read this:
http://msdn.microsoft.com/en-us/library/ms186724.aspx#GetDateandTimeDifference
July 2, 2012 at 7:14 pm
You are close to your problem, unfortunately we are not. Could you give us the pertinent table definition(s), some sample data and your desired results in a readily consumable...
June 29, 2012 at 5:46 pm
Koen Verbeeck (6/29/2012)
Got it wrong, but definately learned something. Good question!
(3 wrong in a row, this is not...
June 29, 2012 at 5:34 am
First step I would take, and have taken is to run the upgrade advisor available at:
http://www.microsoft.com/en-us/download/details.aspx?id=11455
then do what has to be done.
June 28, 2012 at 1:39 pm
Viewing 15 posts - 391 through 405 (of 3,221 total)