Viewing 15 posts - 20,311 through 20,325 (of 26,490 total)
Carl Federl (6/23/2009)
First, the term "Triangle Join" is a wonderfull term that...
June 23, 2009 at 4:01 pm
It would help if you let is know what you have tried so far to solve the task at hand and where you are having problems.
We are all volunteers on...
June 23, 2009 at 3:04 pm
You can't disable Windows Authentication. The best you can do is not grant access to your servers to windows user or group accounts. If you don't authorize them...
June 23, 2009 at 2:43 pm
Roy Ernest (6/23/2009)
June 23, 2009 at 1:50 pm
kiranjanga2 (6/23/2009)
can u pls change that code and post the complete code.
You really must be kidding, right? This is your code, why should we do your work for you?...
June 23, 2009 at 1:46 pm
tamie.mcdonald (6/23/2009)
June 23, 2009 at 1:40 pm
After reading Lutz's post, you can also change the code I provided to use the RANK() or DENSE_RANK() functions. Be sure to read about those in BOL as well.
June 23, 2009 at 1:37 pm
You may want to look up the ROW_NUMBER() function and CTE's in Books Online (BOL, the SQL Server Help System). Read these and if you have questions, ask. ...
June 23, 2009 at 1:36 pm
bryan van ritter (6/23/2009)
what is wrong with us seriuous dba's. the guy just asked some questions about a possible interview he is going to undertake and you all are...
June 23, 2009 at 12:37 pm
Wrong I may be but class work this seems to me.
Before we show you how we would accomplish these tasks, please provide us with what you have tried so far...
June 23, 2009 at 12:21 pm
Looks like this will do your conversion: select dateadd(dd, 39987, -2).
Replace the 39987 with the fdate field in your table.
June 23, 2009 at 11:30 am
One of the beauties of working with a GUI tool like SSMS. It does things behind the scenes to make our jobs easier. It monitors the status of...
June 23, 2009 at 10:48 am
What else is shown in Activity Monitor? What application is shown for that particular process id?
What you are seeing could simply be normal, behind the scenes activity of tools...
June 23, 2009 at 10:04 am
GilaMonster (6/23/2009)
Lynn Pettis (6/23/2009)
June 23, 2009 at 9:53 am
Viewing 15 posts - 20,311 through 20,325 (of 26,490 total)