Viewing 15 posts - 16 through 30 (of 287 total)
enriquezreyjoseph (9/24/2013)
Sean Lange (9/24/2013)
It has been suggested to you at least a couple of other times in the various threads you...
September 25, 2013 at 6:32 am
srajinigandh (9/18/2013)
ramakantshankar (9/13/2011)
As you said we can use the SQLCMD to execute operating system commands by indicating the " !! " before the command.
I have created a POC on...
September 18, 2013 at 7:02 am
ramyours2003 (9/2/2013)
Can any one send the sql 2012 dumps for getting the certified ?
(I'm very sorry but this is so funny)
I can't believe you actually posted that question on a...
September 3, 2013 at 7:11 am
ApexSql do a free intellisense tool (and no, I don't work for them):
September 3, 2013 at 4:33 am
gurjer48 (9/2/2013)
in my office we don't use dynamic sql queries but I am want to know in which case it finds application??
if possible give...
September 2, 2013 at 6:32 am
By all means use the Splitter, I've used it a few times and it's work really well but take the time to look at the Table Valued Parameter approach suggested...
August 30, 2013 at 6:27 am
Maybe now would be a good time to pick up on Extended Events 🙂
August 21, 2013 at 9:37 am
Maybe if you show us what you can see for stored procedures we can help you find it's equivalent for views.
August 21, 2013 at 3:21 am
I would second the PowerShell approach.
It's a lot cleaner and dare I say more flexible IMHO.
Scheduling a PShell Script from within Sql Agent is also straight forward as has already...
August 20, 2013 at 4:09 am
This should amount to simple CASE Statements within your Procedure but you will have to provide a bit more information to get the help you need.
August 20, 2013 at 3:09 am
hristo1977 (8/19/2013)
I have a Excel sheet with usernames, I would like to loop through the usernames and see what info exists in the database, based on each username. Where do...
August 19, 2013 at 6:57 am
Rather than hide that logic in a Trigger, wouldn't it be better to just deny your users direct access to the base table and then use a Stored Procedure...
August 15, 2013 at 8:46 am
Viewing 15 posts - 16 through 30 (of 287 total)