Viewing 15 posts - 6,676 through 6,690 (of 7,168 total)
The attachment contains the complete VS2010 solution and a deploy script which will allow you to deploy the CLR objects without using VS2010.
Enjoy 🙂
SET STATISTICS TIME OFF ;
GO
SET NOCOUNT ON...
April 12, 2011 at 4:24 pm
Yes, it can cause problems. Here is a good thread on the topic: http://www.sqlservercentral.com/Forums/FindPost949846.aspx
April 12, 2011 at 3:20 pm
Windows Authentication is preferred, however if you do not have it setup for easy use then create a separate SQL Login for yourself and add it to the sysadmin Fixed...
April 12, 2011 at 2:57 pm
Dan, are you thinking of the row ID SQL Server uses internally? I don't think we can touch those through the standard means anyway. Some people explicitly use GUIDs as...
April 12, 2011 at 2:53 pm
That's great news! Windows Scheduler calling a batch file would work. SQL Agent doing the same, or calling bcp.exe directly would also work. SQL Agent jobs have a step type...
April 12, 2011 at 1:39 pm
CirquedeSQLeil (4/12/2011)
April 12, 2011 at 1:35 pm
Sorry, double post...
April 12, 2011 at 11:25 am
CirquedeSQLeil (4/12/2011)
you could look into doing an nslookup in combination with xp_cmdshell
That implies turning on xp_cmdshell which is off by default...for good reason.
April 12, 2011 at 11:25 am
From T-SQL you'd have to read the registry or run a WMI script. I would recommend inverting your design and developing a SQL PowerShell script that can grab the host...
April 12, 2011 at 10:59 am
You are in an area that not a lot of people go. With all due respect, this scenario is exactly why DBAs who do not have close working relationships with,...
April 12, 2011 at 7:42 am
Jeff Moden (4/8/2011)
April 11, 2011 at 5:26 pm
aqsluck (4/11/2011)
I want to insert this value into table two where I want to insert only time and it should not take date.
SQL 2005 (the forum you posted in) does...
April 11, 2011 at 10:25 am
Duplicate post, direct comments here: http://www.sqlservercentral.com/Forums/Topic1091056-391-1.aspx
April 9, 2011 at 2:46 pm
Duplicate post, direct comments here: http://www.sqlservercentral.com/Forums/Topic1089813-364-1.aspx
April 9, 2011 at 2:38 pm
steve smith-401573 (4/8/2011)
April 8, 2011 at 4:10 pm
Viewing 15 posts - 6,676 through 6,690 (of 7,168 total)