Viewing 15 posts - 646 through 660 (of 7,168 total)
izzah100 (7/13/2015)
I understand streamInsight is for streaming data processing. It seams In-memory OLTP tried...
July 18, 2015 at 5:39 am
curious why you're calling powershell in a cmd shell to then turn around and call robocopy. why not this?
DECLARE @sqlCmd varchar(300)
set @SqlCmd = 'Robocopy C:\testSource "c:\test folder\ with spaces\final Destination"...
July 18, 2015 at 5:00 am
Wow, some might call that a conspiracy theory ^_^
July 11, 2015 at 3:33 pm
Jeff Moden (7/8/2015)
Orlando Colamatteo (7/7/2015)
July 11, 2015 at 1:25 pm
Jayanth_Kurup (7/6/2015)
July 9, 2015 at 2:28 am
Your argument against XML, JSON, even CSV with delimiters available on a 101 keyboard rings very similar to the assembler programmer that used to sit down the hall from me...
July 7, 2015 at 7:58 am
mckinnj1 (7/6/2015)
Execuable: cmd.exe
Argument: /c "\\he_interface_test\c$\Program Files\McKesson\Supply Chain Management\BIN\batchfms.exe" login password
The executable...
July 6, 2015 at 9:49 pm
This (SSC) being primarily a community of folks that favor T-SQL I am not surprised at the piling on to SSIS and SSRS on a thread highlighting SSMS :hehe: To...
July 6, 2015 at 12:52 pm
Make sure the called app isn't asking for user input, e.g. a login name or license required.
If you run the app from a cmd shell directly under the same...
July 6, 2015 at 12:30 pm
Sean Lange (6/26/2015)
alex.sqldba (6/26/2015)
Hi Guys,If I granted execute right to Schema1 for sp MyProc;
And MyProc updates something in Schema2
Will it work? Or will it fail as its a different Schema?
Cheers
Alex
If...
July 4, 2015 at 10:08 pm
There is hope. It is paramount to bring the server engine along but SSMS is what the users see and has helped differentiate the platform from other good platforms.
I...
July 2, 2015 at 6:22 am
It's important to meet each challenge with an appropriate level of urgency and attention based on it's importance and priority relative to all else going on. It can become all...
June 30, 2015 at 8:07 am
In what context are you having trouble, a job step or an alert?
June 26, 2015 at 8:23 am
MarbryHardin (6/23/2015)
Or of course you could just call a stored procedure and avoid this issue correct?
Nope...the same issue persists with stored procedures but to a far, far, far lesser degree....
June 23, 2015 at 7:50 am
Did you configure the read_only_routing_list on the primary replica?
Can you confirm you can connect directly to the secondary's read only routing URL?
June 23, 2015 at 12:03 am
Viewing 15 posts - 646 through 660 (of 7,168 total)