Viewing 15 posts - 7,456 through 7,470 (of 13,882 total)
TheSQLGuru (3/3/2016)
March 3, 2016 at 8:50 am
below86 (3/3/2016)
Jeff Moden (3/2/2016)
oneteabag (3/2/2016)
...but the challenge is every section is pretty much relying on the output from the previous section.
So why not use the single proc with the...
March 3, 2016 at 8:36 am
Try
WHERE DXCD1 IN ('7140') OR DXCD1 IS NULL
March 3, 2016 at 8:33 am
March 3, 2016 at 7:37 am
shamshad.ali (3/3/2016)
So I need some kind of script...
March 3, 2016 at 7:00 am
Mike Wiz (3/2/2016)
For example code=1234, keywords=bakery,baking,pastry
I want to search against another table that has titles, looking at all...
March 3, 2016 at 6:45 am
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
Viewing 15 posts - 7,456 through 7,470 (of 13,882 total)