Viewing 15 posts - 451 through 465 (of 7,429 total)
Or use the buil in function
OBJECT_NAME(<id> )
just combine with Mike's comment.
August 29, 2007 at 1:57 pm
No because profiler adds a bit of overhead to you system and bandwidth utilization. You ca get software such as MS MOM which can monitor and notify you of some...
August 29, 2007 at 12:17 pm
This should help a bit bu version differences may require so adjusting.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=19&messageid=108832
August 29, 2007 at 12:14 pm
Take a look here and see if comes out the same.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=150&messageid=307988
August 29, 2007 at 12:01 pm
The EM diagrammer is no designed to show those relationships. You need to use a tool live Visio or other than can work with multiple databases at a time.
August 29, 2007 at 11:54 am
If the transaction didn't commit it will be rolled back.
August 29, 2007 at 11:00 am
If the query hasn't changed (and doesn't have variabled inputs) then I would probably defrag the indexes (or rebuild), run sp_updatestats and DBCC UPDATEUSAGE.
If it has changed due to variable input...
August 29, 2007 at 10:59 am
Look at sysdepends in BOL and you shoul b able to come up with something.
August 29, 2007 at 10:56 am
See if this helps you http://support.microsoft.com/default.aspx/kb/176256
August 29, 2007 at 10:54 am
Many people lok at the Execution Plan to see what the procedure is doing and measure the time.
August 29, 2007 at 10:54 am
Try this, came from http://www.webservertalk.com/archive132-2005-9-1196296.html
Under properties of SQL Server Agent there's a setting under the job system tab:
"Non-sysadmin job step proxy account" - I checked this off and users...
August 28, 2007 at 4:48 pm
I was joking because the statements of compatibility flying around. And yes Steve I stuck my hand up many a time in the betas and said, "What the h*!!". I...
August 28, 2007 at 2:15 pm
Yes that is pretty large but you know it can be a lot larger. I would give it maybe a month and see how big it is, if larger than...
August 28, 2007 at 12:46 pm
I usually do this
BACKUP LOG tempdb WITH TRUNCATE_ONLY
DBCC SHRINKFILE (templog,[value])
GO
which usually works.
August 28, 2007 at 12:40 pm
Have you tried to open the report manager to see if there are any messages? Or does it just come back blank?
August 28, 2007 at 12:19 pm
Viewing 15 posts - 451 through 465 (of 7,429 total)