Viewing 15 posts - 736 through 750 (of 832 total)
That code doesn't seem to produce the same results the OP is expecting, though.
June 24, 2010 at 8:31 am
We live in a world where a misplaced arithmetic operator can cause a fifty million dollar satellite to be destroyed before it ever reaches orbit, and where I don't think...
June 23, 2010 at 1:45 am
drikusvd (6/22/2010)
For SQL Server 2008 you can execute the following query to obtain the server start time. This is a lot simpler than running a command line utility.
Well, except that...
June 23, 2010 at 1:06 am
Bizarrely enough, the modulo operator was the one I had to go to BOL to check up on--I don't think I've ever used it in SQL before! Bitwise operators I've...
June 22, 2010 at 1:00 am
Picture didn't appear on the e-mail--had to come here before it showed up. That happen to anyone else?
June 21, 2010 at 2:46 am
Lowell (6/16/2010)
i was thinking if i allow periods in the data, i need to...
June 17, 2010 at 2:07 am
bitbucket-25253 (6/14/2010)
For those that do not and only wish to earn points posting the code becomes a test of their ability to cut and paste, and not their knowledge of...
June 15, 2010 at 12:45 am
Oops! Make note to self: try answering the actual question asked rather than the one I made up in my head... :ermm:
June 14, 2010 at 3:29 am
I said it would return zero thanks to the cropped NULL, but even without that, surely it would return 4 rows, not 3? I would expect the values from Table...
June 14, 2010 at 2:59 am
So, when is it anticipated somebody will achieve SSC Guru? Sometime in early 2038? (Just before the world stops working due the UNIX time bug...).
June 11, 2010 at 2:40 am
RP_DBA (6/4/2010)
We're a small shop (one SA / one DBA) so responsibilities tend to overlap.
And I'm in an even smaller shop where essentially I'm both DBA and SA! The arguments...
June 11, 2010 at 2:37 am
Mark me down as another believer in what Books Online said...I assumed that when it said the model database couldn't be set READ_ONLY that SQL would, you know, actually give...
June 10, 2010 at 8:29 am
I can think of a couple of situations where it would be helpful to run SQL services under a specific account:
a) You want to back things up across the network....
June 10, 2010 at 1:21 am
The accounts Local Service, Local System and Network Service are "virtual" accounts that have specific permissions. LocalSystem is essentially a local administrator and can access anything on the machine, and...
June 9, 2010 at 1:43 am
There's no such thing as a "general reason" why the load on your server has increased--you need to do some monitoring to find out what's causing it.
June 9, 2010 at 1:15 am
Viewing 15 posts - 736 through 750 (of 832 total)