Viewing 15 posts - 886 through 900 (of 1,271 total)
Not a mystery. The view designer simply has limited functionality as do most designers in the system. Witht he exception of DTS Designer, I never use them.
December 21, 2006 at 1:13 pm
I had no problem googling it: http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLG,GGLG:2006-24,GGLG:en&q=SQL+Backup+COW+SAN
COW = Copy on Write
December 21, 2006 at 1:07 pm
Yes, if no one is there that is able to grant you the permissions you need, you are out of luck. You can not get the permissions any other way.
December 21, 2006 at 12:50 pm
How many records is 1CR of records? I'm not familiar with that abbreviation other than a Carriage Return.
What you are asking for can not be solved in a single post...
December 21, 2006 at 12:43 pm
It's giving you that error because you are using double quotes. Use single quotes and then within the query text, use two single quotes to denote a single single quote:
December 21, 2006 at 12:37 pm
You have a much higher likelihood of getting a corrupted backup this way. Back up locally and then copy or move to the network share.
December 21, 2006 at 12:30 pm
This procedure wouldn't work for me in SQL 2005. Casting the Context_Info as varchar did not work. I had to cast the string as binary(128).
I had to rewrite the trigger...
December 21, 2006 at 12:20 pm
Are you only upgrading the distributor or are you upgraing the other servers as well?
There are some considerable differences with replication in 2005, and I would advocate dropping replication, upgrading,...
December 21, 2006 at 10:58 am
What were you upgrading it to? SQL 2005? Yes, you need to stop replication for any distributor upgrade.
What steps did you follow?
December 20, 2006 at 1:59 pm
And install a virus on their computer that causes their keyboard to emit an electrical shock if they try to install the client tools themself.
December 20, 2006 at 9:45 am
Actually, the log file will default to the larger of 504Kb or 25% of the total size of all data files in the database. So if the model database has a...
December 20, 2006 at 9:42 am
No, that is incorrect.
You need 2 separate things:
Replication will add #2 if it does not already exist. Those should be 2 separate...
December 18, 2006 at 9:10 pm
On a related note, we have a project in development for our internal account managers and tech support team to be able to run any select query they want against...
December 18, 2006 at 7:37 pm
Are tehre any triggers on the table? If so, what are they?
Selecting @v1 will not cause it to eecute a second time.
December 18, 2006 at 2:20 pm
>> A complex statement is difficult to read when it is pieced together with a bunch of CHAR, CAST, and CONVERT fuctions.
I disagree. I think it is easier to read...
December 18, 2006 at 1:23 pm
Viewing 15 posts - 886 through 900 (of 1,271 total)