Viewing 15 posts - 7,786 through 7,800 (of 9,715 total)
Kit G (7/30/2010)
Brandie Tarvin (7/30/2010)
FLORIDA! 😛'Nuff said, yes?
(mugginess wimps. @=)
Bah. You want mugginess, check out Houston, TX in the summer. UGH. Tampa is nice compared to...
July 30, 2010 at 8:53 am
saagrawal (7/30/2010)
it is working opposite to my knowledge.
Where did you read that you can't rollback a truncate? Do you have specific sources?
July 30, 2010 at 8:50 am
Look up 'sysprocess system table' in Books Online.
BOL
Starting offset of the current SQL statement for the specified sql_handle.
stmt_end
Ending offset of the current SQL statement for...
July 30, 2010 at 6:02 am
Each window is a separate session. And since you're not doing much of anything else, there's only 1 connection per session.
EDIT: Each session has a minimum of 1 connection per...
July 30, 2010 at 5:57 am
sushantkumar1984 (7/29/2010)
that section is unchecked.
Then it's time to crack open the application code and see what the login module is trying to do. You need to debug it (or have...
July 30, 2010 at 5:56 am
sushantkumar1984 (7/29/2010)
The app allows changing of password as it is enabled in sql 2005 to enforce password policy.
Just so you know, these are NOT the same thing. If the application...
July 29, 2010 at 11:44 am
Pam Brisjar (7/29/2010)
Processor tab: affinities automatic max threads 0, boost priority not setNothing else runs on this machine other than the standard server things.
But you're having performance issues still....
July 29, 2010 at 11:38 am
dbowlin (7/29/2010)
John Rowan (7/29/2010)
I knew that dbcc timewarp would be the secret to our success!
Yes, but let's keep it a secret, lest we anger the TSF (Temporal Security Forces) and...
July 29, 2010 at 10:52 am
stmt_start and stmt_end means when the query started running and when it stopped running.
Look up Profiler in BOL. All your column names are similar enough events & columns in...
July 29, 2010 at 10:47 am
Was the login able to log into the system before the change password attempt? Is it still able to login now? (Just verifying the change is the only thing you've...
July 29, 2010 at 10:43 am
Whoops, I must have mixed up those two fields when I read the snippet. My bad.
What is the priority on your Server Properties Processors tab? And what else do you...
July 29, 2010 at 10:34 am
GilaMonster (7/29/2010)
July 29, 2010 at 9:04 am
Dana Bibeault (7/29/2010)
strangely, if the user goes to another PC,...
July 29, 2010 at 9:00 am
GilaMonster (7/29/2010)
Results of test:....
If you're interested in repo:
....
-- open mdf in hex editor at this point and overwrite part of the first couple pages.
Is this what you did to...
July 29, 2010 at 8:49 am
Viewing 15 posts - 7,786 through 7,800 (of 9,715 total)