Viewing 15 posts - 7,456 through 7,470 (of 13,876 total)
nialldunne (3/3/2016)
i am attempting to get a definitive answer on whether or not DB mirroring is supported in SQL Server 2014. I know MS have stated that it will...
March 3, 2016 at 6:34 am
Your query looks fine to me.
I would move the s.lvl > t.lvl part into a WHERE clause, but it won't have any effect on the results.
There's also no harm...
March 3, 2016 at 6:32 am
Sounds like the structure of the spreadsheet is different from how it was when the package was designed.
March 3, 2016 at 3:00 am
Luis Cazares (3/2/2016)
Phil Parkin (3/2/2016)
Luis Cazares (3/2/2016)
Hugo Kornelis (3/2/2016)
March 2, 2016 at 1:29 pm
Luis Cazares (3/2/2016)
Hugo Kornelis (3/2/2016)
That tool is...
March 2, 2016 at 1:09 pm
SQLTougherGuy (3/2/2016)
If there is a way that I can separate the tags, maybe I can wrap this in dynamic SQL. I am thinking something like...
@var = 'Create Job'+<NAME TAG>,...
March 2, 2016 at 12:45 pm
SQLTougherGuy (3/2/2016)
Does anyone know if it is possible to create multiple SQL agent jobs using an XML file? We are moving away from Control-M and I have an...
March 2, 2016 at 12:20 pm
oneteabag (3/2/2016)
Phil - Do you mean a Master SP that will call 25 smaller SP? assuming I am turning each section (Chunk) to a SP.Thanks,
Precisely.
Takes more setting up initially, but...
March 2, 2016 at 12:17 pm
Phil Parkin (3/2/2016)
Any thoughts on best practice to automate this huge code.
Best practice is to break up the code into small chunks, each of which does essentially one thing, and...
March 2, 2016 at 11:29 am
Any thoughts on best practice to automate this huge code.
Best practice is to break up the code into small chunks, each of which does essentially one thing, and not to...
March 2, 2016 at 11:27 am
joeshu26 (3/2/2016)
Any ideas on...
March 2, 2016 at 10:30 am
etl2016 (3/2/2016)
I have a scenario SSIS --> Stored Proc.
Is there a way to error handle in such a way that if SP fails (abnormally), SSIS should gracefully...
March 2, 2016 at 10:25 am
agallo 79011 (3/2/2016)
As Red Gate Ecosystem partners, you may want to try a new documentation SQL Server data flow visualization tool. Please see us a http://www.genesisonesolutions.com.
While this may be a...
March 2, 2016 at 9:17 am
IBeDatMan (3/2/2016)
Hey Phil - the source data doesn't seem to be in any particular order, just random...although it might be on date but it is not arranged by customer.
So you...
March 2, 2016 at 8:52 am
IBeDatMan (3/2/2016)
I have a column...
March 2, 2016 at 8:18 am
Viewing 15 posts - 7,456 through 7,470 (of 13,876 total)