Viewing 15 posts - 31 through 45 (of 143 total)
Thanks Steve.
Another question.
If we use multi-core processors on SQL 2000 or SQL 2005 do we need to set some settings in the queries we write to ensure the query will...
May 4, 2007 at 9:17 am
Steve,
It's been a while since I last tested moving the clock, but if my memory serves me right you cannot log into SQL Server via Windows Auth once the clock...
February 1, 2007 at 9:31 am
I would simply place the sproc in a job and set the retry interval to 10 minutes and the number of retrys to however many retries you wish. This can...
January 18, 2007 at 4:47 am
Thanks David.
I think that script is the nearest we are going to get.
It still leaves Photoshop CS2 the same and doesn't put the CS2 in the version field, but I...
October 18, 2006 at 9:37 am
Guys,
I get the following error when running the following command:
RTRIM(LEFT([name],PATINDEX('% [0-9]%',[name])-1)) AS [name],
SUBSTRING([name],PATINDEX('% [0-9]%',[name]),255) AS [version],
Invalid length parameter passed to the substring function.
Regards
Carl
October 18, 2006 at 8:58 am
Phil,
I asked our Infrastructure guy to drop the share and recreate it and I have now been able to write my backups to the share
September 29, 2006 at 4:12 am
Hi Phil.
Hope things are well?
Thanks for your advice. I have checked and the premissions have been set to FULL Control on both tabs.
Regards
Carl
September 28, 2006 at 8:37 am
I have connected to Server 1 and ran the backup command via Query Analyser. So the backup should be running with my permissions. I am an Administrator on the destination...
September 28, 2006 at 7:52 am
All,
I am even more confused today!!
I have tried to backup up a database from Server 1 to a folder on Server 2 using the following command:
backup database to disk =...
September 28, 2006 at 7:33 am
Cheers Phil,
I'll give that a try.
Hope things are going well?
Carl
June 30, 2006 at 3:36 am
Karl,
That code works a treat. I understand what you mean about ignoring BOL.
I'll need to run this code as the first step in every job that we have.
I've got the...
June 29, 2006 at 10:14 am
Karl,
I'll give that a try.
Thanks for your reply.
Carl
June 29, 2006 at 7:10 am
Viewing 15 posts - 31 through 45 (of 143 total)