Viewing 15 posts - 14,761 through 14,775 (of 22,211 total)
Although if you move to SQL Server 2008 (or R2), you can use Change Data Capture to perform this type of change tracking without using triggers.
June 29, 2010 at 6:12 am
That's not a normal issue, but evidently it's happened before[/url]. It sounds like you must have some third party software involved with your backups, possibly interfering in the backup process...
June 29, 2010 at 6:11 am
yessen (6/28/2010)
Grant Fritchey (6/28/2010)
June 28, 2010 at 1:17 pm
I'd check out Craig Mullins book Database Administration. It's not so much a "how-to" manual but a "what kind of job are you looking for" manual. It's pretty technology agnostic...
June 28, 2010 at 8:41 am
Volume like this in sQL Server will require both hardware and careful database design, appropriate tsql, good indexes, proper maintenance... I'm with everyone else. You're probably better off hiring someone...
June 28, 2010 at 8:25 am
Yep, it ought to work just fine with 2005.
You should also check out Professional SQl Server 2008 Internals and Troubleshooting.
June 28, 2010 at 8:23 am
balasach82 (6/28/2010)
so it maybe a background process...right?.. Also can I omit such records for my calculation, since they are not a transaction in strict sense.
Not knowing the events you've defined,...
June 28, 2010 at 7:42 am
balasach82 (6/28/2010)
Thats a great way of explaining. Now I understand. Its complicated to get the query's count(which query ran how many times).
Still having one doubt.. that fileds with NULL values.....
June 28, 2010 at 7:30 am
The text data field shows the full query, including parameters passed. Take these two calls as an example:
EXEC spMyProc @parm1 = 42, @parm2 = 'Optional Parameter'
EXEC spMyProc @parm1 = 42
Now,...
June 28, 2010 at 7:13 am
Not to mention that the out of the box security settings are pretty tight:
Script exec is prohibited by default
ps1 is not associated with the shell
must provide a path to a...
June 28, 2010 at 6:59 am
There a number[/url] of articles[/url] right here on SSC that can help you out. You just need to use the Search window over there in the upper right to track...
June 28, 2010 at 6:56 am
Jeff Moden (6/27/2010)
Lynn Pettis (6/27/2010)
June 28, 2010 at 5:44 am
GabyYYZ (6/25/2010)
Lynn Pettis (6/25/2010)
Steve Jones - Editor (6/25/2010)
Send me pix, I'm happy to wait for Oct here. I...
June 25, 2010 at 11:07 am
Sounds basically accurate to me. The only addition I would make is to be careful about the shrink process. It can lead to other issues, including file fragmentation. If you...
June 25, 2010 at 8:42 am
It doesn't sound like the log file has been broke, just improperly configured and managed.
Whether or not 5gb is the correct size really depends on the number and size of...
June 25, 2010 at 8:23 am
Viewing 15 posts - 14,761 through 14,775 (of 22,211 total)