Viewing 15 posts - 22,411 through 22,425 (of 39,824 total)
I'd suggest a rebuild to get into a known state, and then see what happens.
September 8, 2009 at 8:03 am
That's a great link. I'll have to add it in the newsletter. Thanks!
September 6, 2009 at 12:09 pm
When I was on the East Coast, we made contingencies, but our company could actually survive for a day or two without the systems. So it was harder to convince...
September 6, 2009 at 10:34 am
Triggers fire, but depending on what you've coded, perhaps you're missing something. Showing the details will help us decode it.
also, have you checked the code that is used in the...
September 6, 2009 at 10:19 am
I believe you can nest 32 transactions. Most other nesting options seem to have stack of 32 (http://msdn.microsoft.com/en-us/library/ms143432%28SQL.90%29.aspx)
September 6, 2009 at 10:18 am
What you wrote doesn't make sense to us. We can't see the data, and we can't see the rules or results you need. Based on your first post, I'm not...
September 6, 2009 at 10:16 am
If you shrink after rebuilding, you can re-fragment the indexes. When the shrink moves pages, it puts them where it can, so you easily can undo your rebuilding work.
If you...
September 6, 2009 at 10:06 am
The ALTER INDEX command is used: http://msdn.microsoft.com/en-us/library/ms188388%28SQL.90%29.aspx
You can also use a maintenance plan to do this. Create a new one that does it on a weekly basis. Or check scripts...
September 5, 2009 at 2:50 pm
Why should it error out? does the table not exist?
September 5, 2009 at 10:28 am
You don't shrink the log for performance. You might want to read this article: http://www.sqlservercentral.com/articles/64582/
September 5, 2009 at 10:26 am
You'll have to do some work. I might start here:
http://msdn.microsoft.com/en-us/library/aa214450%28SQL.80%29.aspx
September 5, 2009 at 10:26 am
I've typically just had a holiday table since each business handles them differently. It will allow you to easily query for any off days, as Jeff mentioned, that are specific...
September 5, 2009 at 10:23 am
If you want to roll your own, you'll need to make multiple passes through the table to clean things up (potentially). You'll need to set rules for how you handle...
September 5, 2009 at 10:23 am
SETUSER was my first thought. If it's SQL related, then that covers tracks.
However since so many people use the same pwd on other systems, getting the hash from SQL and...
September 4, 2009 at 1:48 pm
:-), had to thank Allen publicly for responding to my query.
September 4, 2009 at 1:47 pm
Viewing 15 posts - 22,411 through 22,425 (of 39,824 total)