Viewing 15 posts - 421 through 435 (of 769 total)
The question appeared tougher to me, but I got the full score. I had a bit idea of the sys.column_store_segments catalog view.
May 20, 2015 at 9:54 am
SET NOCOUNT ON
declare @servername nvarchar(4000), @dbname nvarchar(200), @cmd nvarchar(4000) , @return_value INT;
SET @servername = (select @@servername)
SET @dbname = 'database'
Print @servername
Print @dbname
SET @cmd = 'FORFILES -p \\drive\SQL_scripts\db_TSQL_Scripts\Procedure\ /s /m ...
May 18, 2015 at 10:41 am
Hello Jeff Moden,
PEr your suggestion, I used FORFILES but as I have placed the .sql scripts in the UNC path, getting this error: =
ERROR: UNC paths (\\machine\share) are not supported.
May 18, 2015 at 10:40 am
Hi Andrew P,
Let me know if you have any better solution in my case to use VBA (C#) or Powershell may be ..
Thanks.
May 18, 2015 at 7:49 am
I am using sqlcmd servename database -i "input sql" -o "outputfile.txt".
But I m not really liking this method.... as ineed to update all file name. Instead if I could just...
May 15, 2015 at 7:57 pm
Hi Andrew,
Could you plz provide more details or else if you have any such script in C# or powershell script which I can use..
I need the o/p files to review...
May 15, 2015 at 7:23 pm
Seems like it's sort of ISNULL function. If it's encountered NULL, the 3rd parameter will replace the entered value. Nice Question.
May 15, 2015 at 10:13 am
Thanks everyone. Now, yesterday I wrote one. I will upload that to the script section, please review and comment. Will do it in the coming week.
Have a great weekend to...
May 15, 2015 at 8:29 am
I got one wrong. I did not realize to answer correctly that why the store proc did not execute.....
May 14, 2015 at 8:07 am
Those are all set..
I want to modify my exidting jobs efficient to stop running during less drive space matters...
May 12, 2015 at 12:20 pm
V Nice Question. The best part to solve Steve Jone's questions are , we need to read this thoroughly and carefully.
Keep posting more exciting questions, Steve!
May 12, 2015 at 9:56 am
Viewing 15 posts - 421 through 435 (of 769 total)