Viewing 15 posts - 271 through 285 (of 535 total)
I've found the restore progress log works pretty well for the data portion. For the log, I've found it a bit more challenging.
December 27, 2016 at 7:56 am
My main hope is that people actively address the copyright of their scripts separately from their articles.
Give them a list of options when they publish a script:
1) Not under copyright
2)...
December 7, 2016 at 12:58 pm
Unfortunately the policy requires that I ask permission for each copyrighted script or article that I want to copy.
I'd be grateful if you took a look at my forum...
December 7, 2016 at 10:42 am
Which of the scripts do you think I need permission to reproduce on my company wiki?
Do I have your permission? Was this written in the course of you employment or...
December 7, 2016 at 8:03 am
I thought the british drank Guinness or martinis
December 5, 2016 at 12:47 pm
The vast majority of the scripts published here do not contain a copyright notice. That means any time I want to use a script I need to reach out to...
December 5, 2016 at 8:05 am
J Livingston SQL (12/2/2016)
sorry I dont follow what point you are trying to make in this thread? Can you please explain for me. Thanks
I'd like to understand the terms...
December 2, 2016 at 11:24 am
This exchange is why I'd like to have a discussion:
robert.sterbal 56890 (12/1/2016)
How is the script licensed?
The Author:
Hi Robert
I do not have any problem someone using the script to help...
December 2, 2016 at 10:37 am
joeroshan (12/2/2016)
robert.sterbal 56890 (12/1/2016)
How is the script licensed?
Hi Robert
I do not have any problem someone using the script to help their job done easy. In fact that is the point...
December 2, 2016 at 10:35 am
John Mitchell-245523 (12/2/2016)
ALTER DATABASE SQLTRIX SET SINGLE_USER WITH ROLLBACK IMMEDIATEYou can use RESTRICTED USER instead of SINGLE USER if that's more appropriate (in other words if none of the...
December 2, 2016 at 8:35 am
This is our attempt at it:
declare @SPId varchar(1000)
Print '[SQLTRIX] Killing active connections'
Print ''
SELECT @SPId = COALESCE(@SPId,'')+'KILL '+CAST(SPID AS VARCHAR)+'; '
FROM Master..SysProcesses WHERE DB_NAME(DBId) = '?DB_NAME?'--@DBNAME
and spid >= 50 and SPId...
December 2, 2016 at 7:54 am
Eric M Russell (11/30/2016)
November 30, 2016 at 12:44 pm
I'd like to see some discussion of the terms of use here:
http://www.sqlservercentral.com/Forums/FindPost1838731.aspx
essentially the site licenses your content when you post it and lets everyone know that the content here is...
November 30, 2016 at 12:00 pm
Viewing 15 posts - 271 through 285 (of 535 total)