Viewing 15 posts - 151 through 165 (of 546 total)
When you right click on the job->properties there is a test box with owner: specify a username like your domain/admin account here and see if this works.. This is a...
June 17, 2009 at 9:07 am
set it to default at installation, whatever is selected.normally it would be SQL_Latin1_General_CP1_CI_AS.
but remember, there are other products like reporting services DB and sharepoint, whcih might use diff collations, so...
June 17, 2009 at 8:58 am
check to see this post if it is useful:
http://www.sqlservercentral.com/Forums/Topic610659-146-1.aspx
BTW: if you want to change the collation of one database use ALTER database.
June 17, 2009 at 8:48 am
For teh timeoout error do this:
in Query window: on principal server do this:
ALTER DATABASE "Db name here" SET PARTNER TIMEOUT 30
the dbname witout Quotes:
June 17, 2009 at 8:43 am
i would take a backup copies of all the databases and do a restore on the new server or if this is much of a hassle and too much data,...
June 17, 2009 at 8:35 am
on a Clustered Environment, Did you detach the nodes and stop the cluster services before attempting this:
June 17, 2009 at 8:30 am
did you see any errros in the SQL Agent Log or SQL Server Error Log. ?
Any resource errors or permissions Errors. ?
Are you Running the SQL Agent under a domain...
June 17, 2009 at 8:18 am
I agree.
We put off our second instance installation, when i analyzed our resouces.
I was at 4GB RAM+SQL Standard 2005/SAN/Quad Core.
The First instance had 55 DB's+SSAS+SSIS+SSRS.. so it was a BIG...
June 16, 2009 at 1:00 pm
Yes, we can put the Sharepoint Db's in our regular Maintenance plan's and DR Strategies like all other databases. (That is what i do for my sharepoint DB's)
I do indexes...
June 16, 2009 at 12:50 pm
try this for table growth:
This will give you number of rows and tale size in each database.
sp_msforeachdb @command1='USE [?]; DECLARE @top int
DECLARE @include_system_tables bit
SET @top= 10
SET @include_system_tables = 0
BEGIN
IF...
June 16, 2009 at 10:04 am
This is where your expertise rules in:
No human running reporting will want to pull 100M rows and he will not be able to go through all the 100 M rows...
June 16, 2009 at 9:26 am
#2 or #3 are almost the same and will make sense in terms of managibility:
I have a central Rep, which has linked servers to all the other servers and i...
June 16, 2009 at 9:14 am
Try this:
From the Computer in question:
goto Start-->run-->type: "cliconfg"
in the windows check to see TCP/IP and named Pipes are on the right side List. if not add them.
goto Alias Tab: if...
June 16, 2009 at 9:07 am
Viewing 15 posts - 151 through 165 (of 546 total)