Viewing 15 posts - 271 through 285 (of 528 total)
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 IMMEDIATE
You 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
good discussions here:
https://www.techdirt.com/blog/innovation/articles/20091204/0027017199.shtml
and here:
http://stackoverflow.com/questions/1840847/can-someone-copyright-a-sql-query
November 30, 2016 at 11:53 am
Is this another typo?
3.3 Unless you agree otherwise with us, you will retain ownership of any intellectual property rights in contributions you make to the Site. By contributing to the...
November 30, 2016 at 10:32 am
Please note a small typo in 8 (b)
materially in accurate
should be
materially inaccurate
8. Blocking access and removing Site content
8.1 We may, in our absolute discretion:
(a) block you from using...
November 29, 2016 at 10:45 am
An interesting note about trying to stop someone from using your script:
November 28, 2016 at 1:45 pm
Steve Jones - SSC Editor (11/28/2016)
Robert.Sterbal (11/9/2012)
What is the current policy on this site?
It would be helpful to have a forum item to discuss the terms. Does one exist already?
November 28, 2016 at 1:39 pm
What is on your menu for Thanksgiving?
Can you share any recipes?
Our family will be having Thanksgiving at my wife's parents with turkey, gravy, mashed potatoes, stuffing, maple walnut sweet potato...
November 23, 2016 at 8:08 am
I rarely do more than write a script or edit a recorded VBA macro.
I see a lot more projects failing from other issues than code.
That being said, I really like...
November 10, 2016 at 9:00 am
Viewing 15 posts - 271 through 285 (of 528 total)