Viewing 15 posts - 721 through 735 (of 7,168 total)
maryanne_e_2000 (12/2/2014)
Does this same stored procedure (msdb.dbo.sp_purge_jobhistory) also clean up SQL Server Reporting Services (SSRS) subscriptions managed by the SQL Server Agent Jobs?
Please see attached snapshot for more information on...
December 2, 2014 at 4:24 pm
I've had SSDT Solutions with multiple Projects with cross-Project (cross-Database) references and they work fine but I've never tried refactoring across Projects. It may be worth a look.
November 14, 2014 at 8:55 pm
I looked into Azure blob storage backups for a client to satisfy offsite back requirements and found it relatively easy to setup, however the bandwidth requirements were strict and high....
November 3, 2014 at 9:28 pm
Igor Micev (11/3/2014)
Try this...
Reasons not to use sp_msforeachdb:
November 3, 2014 at 9:14 pm
Read up on the Foreach Loop Container and the Execute SQL Task. You'll want to make a call to your database to insert the details of each file within the...
October 25, 2014 at 1:01 pm
massoud-1045248 (10/23/2014)
Great article. Thank you.
The script seems to have an issue finding a server path. I am not sure why it's not finding the folder.
Please see...
October 23, 2014 at 8:38 pm
sprasannamsbi (10/18/2014)
I feel this is a great article. It is very useful to me.
I want to know about when the multiple files arrived in drop directory, all files should be...
October 18, 2014 at 8:44 am
Please put xp_cmdshell down, and back away, now. If you are opposed to exhibiting some control around the implementation of xp_cmdshell then you should not be using it at all....
October 12, 2014 at 7:08 pm
g.britton (10/12/2014)
Why not just write a script task to do the same thing? It should only be a few lines of code.
It's a bit more than a few when you...
October 12, 2014 at 12:46 pm
Note that xp_create_subdir is undocumented so you may want to avoid it anyway.
I recently implemented these SQLCLR objects from CodePlex with some modifications to suit my environment, and they work...
October 11, 2014 at 12:47 am
SQLSeTTeR (10/9/2014)
I cannot supply test data. Can someone look at the COALESCE syntax and let me know what I'm...
October 11, 2014 at 12:31 am
This was article 2 of 3 that I wrote on this topic. Article 3 offers a solution to the problem case using only a Script Task. At the...
October 10, 2014 at 8:02 am
Jim_K (10/6/2014)
The raiserror documentation says to prefer throw, but it's less capable.
The major advantage of THROW over RAISERROR is true support for "re-raising" errors, which is aligned with the TRY/CATCH...
October 9, 2014 at 11:31 pm
That's the intent. From http://support.microsoft.com/kb/2958696
This update contains hotfixes for issues that were fixed after the release of SQL Server 2008 SP3.
October 8, 2014 at 7:45 pm
It's encouraging that you were able to get things working. Kerberos has made me rethink my chosen career path on occasions where I was lost somewhere between what the proverbial...
October 7, 2014 at 9:43 pm
Viewing 15 posts - 721 through 735 (of 7,168 total)