Viewing 15 posts - 106 through 120 (of 602 total)
The part before the "\" is the host name. That is the part that you can alias with a CNAME record. The part after the "\" is the instance name and it is...
May 8, 2007 at 6:41 am
I think the Muppet question is a good one. Not so weird to me. I would imagine that the average interviewee might be a little surprised, but a little surprise...
May 7, 2007 at 7:06 am
In all my DB work, I don't think I've ever written a Right join. At least not a keeper.
May 4, 2007 at 2:18 pm
I'm in agreement with you, Rudy. I would always recommend using DNS unless there were some very strange things happening in the network. I might also add that in order...
May 4, 2007 at 2:12 pm
TDP works just fine. If you've got it, use it. It is not so easy to figure out scheduling of backups, but the GUI is great for restoring.
May 4, 2007 at 12:39 pm
I haven't had any problems doing this, and I'm running IIS on MSCS nodes. Probably not a concern.
May 4, 2007 at 12:26 pm
"What backwater chunk of software is this if the vendor says that it won't run on '05??"
Probably some company executive heard the old saying "If it ain't broke, don't fix...
May 4, 2007 at 12:23 pm
HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\80\Tools\SQLEW\Registered Servers X
Under this key, you will find subkeys that are the "Groups". Under the subkeys are listed the registered servers.
May 4, 2007 at 12:18 pm
I suppose the usefulness would depend on your specific needs.
One method would be to use the client network to specify an alias for the target server. Another would be to add...
May 4, 2007 at 12:14 pm
Hi
I just had this sort of thing happen to me last week. The culprit was an OR operator that was not wery well thought out. A couple of parentheses fixed...
April 30, 2007 at 7:03 am
Hi Jim,
I think that you will need to follow the same rules that you would use for any kind of database design. If the table(s) all represent the same thing,...
April 27, 2007 at 6:51 am
Hi JS,
Another thing you might look for is autogrowth of files. If you have a large data or log file, and this file is set to autogrow (the default) and...
April 27, 2007 at 6:32 am
Hi Sacha,
I'd like to know how many rows you have in the table you're trying to index.
I would suggest creating a copy of the table and inserting perhaps 1 percent...
April 25, 2007 at 9:14 am
"Does that mean I have to create copies by hand of each table I need in the replication and set that 'not for replication' option on each table?"
Yes and no. ...
April 25, 2007 at 7:13 am
Hey, that's my checking account.
Are you trying to write T-SQL code that will create REGEXes for you, as opposed to getting SQL to parse...
April 19, 2007 at 10:52 am
Viewing 15 posts - 106 through 120 (of 602 total)