Viewing 5 posts - 1 through 5 (of 5 total)
Well I did get the correct answer, and when I try it on a SQL 2005 server where the SQL excecutables are installed on O: and the databases are on...
November 5, 2009 at 1:06 pm
I do disagree with this answer,
If I run
DECLARE @STR NVARCHAR(10)
SET @STR = '1, 2, 3, '
SET @STR = LEFT(@str, LEN(@str)- 2)
select len(@str)
SELECT
September 10, 2009 at 8:07 am
I have run this against SQL 2008 Enterprise x64 and it works the same as SQL 2005 Enterprise x64.
August 3, 2009 at 11:07 am
We implement HA in various ways here. We have some clusters of SQL 2005 on Windows 2003 which means we cannot geographically separate the servers. We use Log...
April 28, 2009 at 1:02 pm
Great article and I can already see many uses. One thing I did find is that the tSQL scripts to install the jobs assumes that the SA account has...
March 16, 2009 at 1:05 pm
Viewing 5 posts - 1 through 5 (of 5 total)