Viewing 15 posts - 196 through 210 (of 223 total)
Is re-indexing all that the optimization job does?
Additionally, what if the column that is a calculated/computed column does not have an index?
Thanks.
Chris...
June 28, 2006 at 9:52 am
I don't know about the SQL 2K5 question, but you can make a full back-up without affecting log-shipping. Thanks.
Chris
June 8, 2006 at 7:16 am
You also might want to consider flushing the error logs daily and increasing the amount of error logs being kept. This will possibly help in you being able to open...
June 6, 2006 at 7:10 am
June 5, 2006 at 7:02 am
I'd just go with the cftry/cfcatch error handling. Hope that this helps. Thanks.
Chris
May 26, 2006 at 7:00 am
Look into table variables. Same concept as cursors (row by row), but less intensive on the machine resources. Hope that this helps. Thanks.
Chris
May 10, 2006 at 7:16 am
Yeah, I know what "exec" is, but when you run a stored procedure in Query Analyzer, it's optional. I was just commenting on the fact that it is required in stored...
May 5, 2006 at 11:40 am
That did it! Thanks a lot, Sriram! I guess the "exec" is needed in a stored procedure, huh?!
May 5, 2006 at 9:45 am
Check out these links.
http://www.sqlservercentral.com/columnists/sjones/whodoyouhire.asp
http://www.simple-talk.com/2005/10/18/the-database-mole/
Hopefully they help. Thanks.
Chris
May 4, 2006 at 8:15 am
Firstly, thanks, Jeff. I understand that the code that I posted is not correct. I only posted the code to convey the general meaning of what I was trying to...
May 3, 2006 at 3:34 pm
Not looking at one query in particular but all of those captured from an application. I'll take a closer look and let you guys know if I have any further questions. Thanks...
May 2, 2006 at 3:24 pm
Viewing 15 posts - 196 through 210 (of 223 total)