Viewing 15 posts - 6,571 through 6,585 (of 7,472 total)
- First I would go for an extra sp_updatestats and dbcc UPDATEUSAGE (0)
- Do you also have a clustering index ?
- wich version of sqlserver are you using ?
-...
June 22, 2005 at 12:05 am
Great
by the way : http://www.geocities.com/SouthBeach/Lagoon/9819/acronyms.html
June 17, 2005 at 3:06 am
AFAIK = as far as I know
When you install sql7 there is a window for the charcterset/sort order/collation selection.
There are checkboxes to set case-insensitive,...
Check out http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnarsql7/html/sql7install.asp
June 17, 2005 at 1:10 am
Maybe this reply is a bit late
I'm using logparser to import print-event-logs to a sql-table.
Once imported, a transfer-script to the proper table is...
June 17, 2005 at 12:31 am
AFAIK in SQL7 this calls for a reinstall / rebuildmaster at least.
_and_ recreate all userdb and import all data again
June 17, 2005 at 12:11 am
I cannot help with PB
This reply was meanth to be supportive for you to get approval for the app-maintenance-effort.
June 16, 2005 at 1:29 am
just my 2Ct
Rule no 1 in _any_ RDBMS : tell your system what you know ! If you know it's an integer, don't declare a decimal , if you know...
June 16, 2005 at 12:07 am
this should get you on track :
'script de database
Dim oDatabase As SQLDMO.Database2
Set...
June 15, 2005 at 12:08 am
What kind of diskdefinitions do you have ?
san / nas / other ?
did you take a look at
- http://www.sqlservercentral.com/columnists/bknight/stepbystepclustering.asp
- http://www.sqlservercentral.com/columnists/bknight/clustering_a_sql_server_machine_.asp
- http://www.sql-server-performance.com/clustering_2000.asp
June 14, 2005 at 12:28 am
my 2ct
- did you stop and restart sqlagent _after_ you enabled the (first) alert ?
- also add traceflag 3605 for more deadlockinfo in the sqlservereventlog.
June 14, 2005 at 12:04 am
- you could go for N(var)char solutions and avoid collation issues.
- if you're using a database per collation, _all_ interdb stuff has to perform collation translation to be compatible. Check...
June 10, 2005 at 7:03 am
great way to proove there is always more than one way to skin a kat
June 10, 2005 at 12:35 am
"...create table link (
recno int identity not null,
recno1 int not null,
recno2 int not null,
objectno varchar(255),
:
:
:
modified_date datetime null constraint [df_link_modified_date] default...
June 9, 2005 at 12:21 am
If they remain at the same path, there should be no issue if your sqlserver is at exactly the same version/sp/hf...
Just perform the rename-server procedure :
-- (http://www.databasejournal.com/scripts/article.php/1496451)
Create proc uspRenameServer...
June 8, 2005 at 12:00 am
If you've installed with the same drivemappings/locations, there should be no problems, if you move all db-files to these locations (as they were at the "old" server).
Otherwize, you may have...
June 7, 2005 at 8:20 am
Viewing 15 posts - 6,571 through 6,585 (of 7,472 total)