Viewing 15 posts - 121 through 135 (of 319 total)
I think that the null value refers to the reosurce database....
http://www.sql-server-performance.com/articles/per/Query_Execution_Statistics_p1.aspx
March 1, 2009 at 3:07 am
Doug Howk (2/27/2009)
Probably need to update statistics on the tables involved in the SP.
statistics are updated when the index are rebuild...
March 1, 2009 at 1:37 am
balbirsinghsodhi (2/28/2009)
March 1, 2009 at 12:58 am
deleting one of the data files, ensuring the data is placed in a file not marked for deletion.
If you want to remove one or more files with in a file...
February 21, 2009 at 1:54 pm
tnolan (2/20/2009)
Ahmad, what is the numeric value on this line indicating?
job.Script 1203765415, sfileName
here is the definition of script function
Function Script([ByVal ScriptType As SQLDMO_SCRIPT_TYPE = SQLDMOScript_PrimaryObject], [ByVal ScriptFilePath], [ByVal Script2Type As...
February 21, 2009 at 12:51 pm
cshekhar (2/20/2009)
Example:
USERID: 'rex.arnold' must be changed to 'rexarnold' in multiple tables, in multiple columns.
wherever it looks as 'rex.arnold' must be updated to'rexarnold'
Sample Query : ...
February 20, 2009 at 2:24 am
Md Yaqoob (2/19/2009)
I have a Sql Server 2000 and .net platform...
The result in my front application is the result from the view directly.
The view gives me the...
February 20, 2009 at 1:41 am
MANU (2/19/2009)
I need to script out database and application roles for databases on one of my server. Can someone provide any such script or tell me whish field stores the...
February 20, 2009 at 1:15 am
deba_20032004 (2/19/2009)
I am in a big problem while i am trying to connect sqlserver 2000. It giving a proble which is below :
An error 3 -(the system cannot find...
February 19, 2009 at 2:48 pm
klnsuddu (2/18/2009)
Could you give some simple Restore script. I found some on this forum, but I need some to understand.
1.to restore full backups to different drives
2.to restore diff backups
3.to restore...
February 19, 2009 at 2:25 pm
pobeda (2/19/2009)
Can anyone help save me some time? I need to script all jobs on the server as separate files.
Thanks...
February 19, 2009 at 1:59 pm
peace2007 (2/17/2009)
I've moved tempdb files to another drive 2 hours ago (suppose D:\tempdb\..). and when I run exec sp_helpfile, it says that the tempdb files are in the new...
February 17, 2009 at 1:02 am
rmaggio (2/13/2009)
February 16, 2009 at 11:49 pm
aravind (2/11/2009)
Hihow do i view transaction logs in sql server?
Thanks in advance.
you can use this
http://www.apexsql.com/sql_tools_log.asp"> http://www.apexsql.com/sql_tools_log.asp
February 16, 2009 at 9:30 pm
shri_sastry (2/16/2009)
Thanksbut I did not know how take the monthly backup.
Thanks
Shri
you can schedule a job for monthly backup..there are lots of scripts on this site
February 16, 2009 at 11:45 am
Viewing 15 posts - 121 through 135 (of 319 total)