Viewing 15 posts - 721 through 735 (of 7,164 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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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....
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 3, 2014 at 9:28 pm
Igor Micev (11/3/2014)
Try this...
Reasons not to use sp_msforeachdb:
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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....
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 7, 2014 at 9:43 pm
Viewing 15 posts - 721 through 735 (of 7,164 total)