Viewing 15 posts - 48,436 through 48,450 (of 49,571 total)
I have the 4 system DB's IDs memorised. It's quicker when reading through syslockinfo. Come to think of it, I have half of my user DB's ids memorised too... :hehe:
I...
September 30, 2007 at 1:43 pm
Amanda Walshaw (9/29/2007)
So dettached the mydatabse from enterprise manger (no one is on the system by the way its a sunday here) deleted the log file and in...
September 30, 2007 at 1:29 pm
Jeff Moden (9/29/2007)
I can't tell you the number of folks I've interviewed who have Masters or PHDs in mathematics that couldn't tell me what bit will be set by 24...
September 30, 2007 at 1:21 pm
The only time I've ever had to directly modify the system tables was to fix stuff-ups caused by idio^H^H^H^H other DBAs directly modifying the system tables.
Ever seen a table with...
September 30, 2007 at 1:18 pm
Consider service broker. The triggers just insert messages into the queue. Message delivery (may be the same db) triggers off a async process that goes off and does whatever necessary...
September 30, 2007 at 1:08 pm
Jeff Moden (9/29/2007)
Like I said, stop trying to decrypt the whole table... encrypt the lookup criteria and do a normal join or WHERE 😉
Won't work with 2005's encryption routines. They're...
September 30, 2007 at 12:57 pm
Maybe. I picked GMT-2, not SA specifically. Maybe DST is enabled for all zones by default. Hmmm, checking DST has no effect, neither does unchecking it. Very weird.
Isn't a big...
September 29, 2007 at 2:54 pm
Damon Wilson (9/28/2007)Like GilaMonster mentioned, you may get 2 Case Study questions in your pool of 25 (or however many) exam questions. You have the entire 90 or 60...
September 29, 2007 at 7:11 am
iirc, it wasn't a class. Was during supper on friday night. Was a group of 12 or so of us and most of the people at the table were MVPs...
September 29, 2007 at 6:56 am
May I ask what you're trying to do and why you find it necessary to change the system tables? That way lies madness
September 29, 2007 at 3:32 am
If I may suggest, do your formatting on the front end, not in SQL. VB has far more options for date formats than SQL does and it quite a bit...
September 29, 2007 at 3:26 am
MSDB is a perfect example of how not to design a database. Every time I have to get data from that DB I end up tearing more hair out.
The...
September 29, 2007 at 3:17 am
p.s. If you can, go and sit with one of the users who is complaining so that you can see what's happening.
I heard a good story at PASS. One guy...
September 29, 2007 at 3:14 am
Jeff Moden (9/27/2007)
September 29, 2007 at 3:10 am
Viewing 15 posts - 48,436 through 48,450 (of 49,571 total)