0
votes
3answers
287 views
SQL Server 2005 data file inconsistency (maybe 8 data files, maybe 5, who knows)
I have a SQL Server 2005 sp2 box where tempdb has either 8 data files or 5 data files dependingo n where you look. DBCC showfilestates and sys.database_files (both queried in tempdb) show 8 data f …
1
vote
SQL Server 2005 - Restoring an encrypted DB on a different server
http://blogs.msdn.com/lcris/archive/2007/11/16/s …
1
vote
How do I add a new replicated table to a SQL Server 2005 DB that is in merge replication?
sp_addmergearticle - Adds an article to an existing merge publication. This stored procedure is executed at the Publisher on the publication database.
…
0
votes
How to cascade rename PK on table, MS SQL 2005
You could also use a refactoring tool, I know Visual Studio Team Edition for Database Professionals could handle this.
…
2
votes
SQL Server Row Length
How doing it this way instead?
CREATE TABLE tblShowContig
(
ObjectName CHAR (255),
ObjectId INT,
IndexName CHAR (255),
IndexId INT,
Lvl INT,
CountPages INT, …
