Viewing 6 posts - 1 through 6 (of 6 total)
Thank for script 😎
... and because we shouldn't shrink some system databases
EXEC sp_MSforeachdb '
DECLARE @ln varchar(100)
SET @ln=(SELECT name FROM [?].dbo.sysfiles WHERE fileid=2 )
USE [?]
IF ''?'' not in...
October 11, 2016 at 11:59 am
David, Thank you for Sharing
I saw the use of master.dbo.fn_varbintohexstr
I like your approach better, even if Microsoft doesn't support it anymore (I still see it at SQL 2014)
Another...
October 7, 2016 at 12:41 pm
Angel, Thanks for taking the time to share this with us.
I just put my 5ctv too 😀
- Identify Backup type with msdb..backupset.type 'D' - 'Full'; 'I' - 'Differential'; 'L'...
September 30, 2016 at 12:12 pm
Hi,
Use the sqlcmd utility
http://msdn.microsoft.com/en-us/library/ms180944.aspx
Batch file:
echo Running badscript.sql
sqlcmd -i script.sql -b -o out.log
script.sql file has all the parameters to call the stored procedure
May 16, 2011 at 1:32 pm
What happen if my connection is OLE_DB, it doesn't work, I have the same issue, the parameter is not passing
I also have SP2 for SQL Server 2005
I discover something about...
January 26, 2007 at 2:37 pm
what about if u use a virtual machine with xp pro an install only the web part for reporting services?
October 30, 2006 at 1:50 pm
Viewing 6 posts - 1 through 6 (of 6 total)