Viewing 15 posts - 226 through 240 (of 349 total)
Hi,
You cant configure log shipping between SQL 2000 to a SQL 2005 server, becuase you can't restore log backup from SQL2000 to SQL 2005 server.
November 12, 2007 at 6:05 pm
Refer the below link, this may help you.
November 10, 2007 at 6:32 pm
Hi,
This error will occur when the mail size is too large. Consider in this case if the statement "Select * From MIS.dbo.MIS_Log" returns a large number of rows then automatically...
November 10, 2007 at 6:28 pm
Hi,
Check the below steps and make sure you haven't missed any step.
1.) Dbcc traceon(1807) is not effective until you restart sqlservices, so you need to add the above trace in...
November 10, 2007 at 6:19 pm
Hi,
Pls check the file SQLAgent.Out located @ Log folder at the time of sqlagent service startup failure (i.e after reboot)
Try changing the startup service account via SQL server configuratin manager.
Are...
November 10, 2007 at 2:13 am
Hi,
Can you be more clear? Why you are going for SKUPGRADE? If your question is to install "SQL Management studio", then start installation in GUI select client components only @...
November 10, 2007 at 2:08 am
Hi,
Pls check RW privilege for SQL service startup account on both the files(i.e in file level also, goto file property and check) and also the folder where the files are...
November 10, 2007 at 1:56 am
Make sure the 3rd instance startup account has necessary privileges in all the drives.
November 10, 2007 at 1:50 am
Refer the below link, this may help you
http://forums.microsoft.com/MSDN/showpost.aspx?postid=2363979&siteid=1
November 8, 2007 at 4:47 am
Hi,
Provide necessary privilege for SQL service startup account to the network path "\\WXPPRO-xxx98\C_Drive\SPAImport.txt" and then try Bulk Insert.
November 8, 2007 at 4:43 am
Hi,
It is not an issue, but its a best practice to keep the db owner to the respective users, because if a user is dbo then he can do all...
November 8, 2007 at 4:34 am
Refer the below link, Steve has provided all the version list
http://www.sqlservercentral.com/articles/Administration/2960/[/url]
November 8, 2007 at 4:27 am
You cant apply Tlog backup when the db is in online.
1.) Restore the last full backup with norecovery
2.) Restore Tlog backup with recovery and specify the point-in-time.
Refer the below link
November 8, 2007 at 4:21 am
Hi,
Which physical file has freespace??
If its .mdf (datafile) then
DBCC shrinkfile('Logical MDF filename',3250)--Where the value should be greater than 3GB
If its .ldf (log file) then the below command
1.) Backup log dbname...
November 8, 2007 at 4:19 am
You said after applying SP2 the service account for Database engine changes to local system. Have you tried once againg chaning it to Local account?? IF yes what is the...
November 7, 2007 at 4:54 am
Viewing 15 posts - 226 through 240 (of 349 total)