Viewing 15 posts - 946 through 960 (of 2,647 total)
RBarryYoung (5/14/2012)
SQLKnowItAll (5/14/2012)
RBarryYoung (5/14/2012)
Since, as...
May 14, 2012 at 8:18 pm
RBarryYoung (5/14/2012)
Since, as already noted,...
May 14, 2012 at 1:17 pm
ndevr (5/14/2012)
whats is the best practice for prod server Named Instance or Default instance? Please suggest (Pros and cons)Thanks!
Personally, I find no benefit to having a named instance if you...
May 14, 2012 at 12:47 pm
ndevr (5/14/2012)
@above yes you r right.. Please let me know to rename intance name
Again, you cannot rename an instance. You can only uninstall/re-install with a new named instance.
May 14, 2012 at 12:16 pm
ndevr (5/14/2012)
First collect the output of the current instance configuration
1. sp_helpserver
2. select @@servername
Execute the below query to change the instance name
...
May 14, 2012 at 12:08 pm
Geoff A (5/14/2012)
you do this with sp_dropserver and sp_addservera restart will be required.
you will also have to handle the Admin login, msdb SQL Agent jobs and linked servers (if any)...
This...
May 14, 2012 at 11:57 am
I don't see any updates in the errata for the book on this.
Let me maybe rephrase the question based on the book:
Paragraph begins saying: "During the checkpoint process, SQL Server...
May 14, 2012 at 9:47 am
chandan_jha18 (5/14/2012)
drew.allen (5/11/2012)
Also,...
May 14, 2012 at 7:36 am
Anoter thing to try while you gather your DDL and execution plan is to move your where condition into the join condition for that table.
May 10, 2012 at 2:02 pm
Hmm... I can't seem to see any tasks.
What are you referring to?
May 10, 2012 at 1:44 pm
As stated earlier... What is the problem? If replication is working, don't do anything. And certainly don't go updating tables when you don't know what it will affect, that's just...
May 10, 2012 at 10:54 am
There is no default password of 'sa'. You had to set a password.
May 9, 2012 at 3:24 pm
Putts (5/9/2012)
SQLKnowItAll (5/9/2012)
Putts (5/9/2012)
SQLKnowItAll (5/9/2012)
May 9, 2012 at 2:38 pm
Putts (5/9/2012)
SQLKnowItAll (5/9/2012)
May 9, 2012 at 2:17 pm
GilaMonster (5/9/2012)
SQLKnowItAll (5/9/2012)
May 9, 2012 at 2:16 pm
Viewing 15 posts - 946 through 960 (of 2,647 total)