Viewing 15 posts - 1 through 15 (of 45 total)
Is that really necessary if the new server is getting the same name as the old one? There are hundreds of Access databases we have.
April 30, 2007 at 8:12 am
Okay, I think that fixed it. I didn't realize that was a separate task.
April 30, 2007 at 8:10 am
I'm using v 2005, SP2. And, why doesn't "Backup Set will expire after 2 days" mean "Backup set will expire after 2 days?" The screen shot shows there is no...
April 30, 2007 at 6:48 am
I have two files, a data and a log file. What do you mean by "cut and paste" the files? And why would moving files around hurt things?
The database is...
September 11, 2006 at 6:08 am
Does detatching hurt the database on the production server in any way? I saw the idea about detach/attach, and it sounds like a great way to switch over the system when...
September 7, 2006 at 7:09 am
If the seek would be looking for the key, would it not only return one row?
September 7, 2006 at 6:15 am
Anyone?? I need assistance and I'm trying to learn SQL Server administration at the same time. I can't believe that the SQL Server looks at an index, queries the same...
September 6, 2006 at 8:27 am
Not sure how to check the connection string; it's a JDBC connected app using the JSQLConnect 4.0 trial version of JDBC. Is there a setting there I need to check?
I...
September 1, 2006 at 8:01 am
It looks to me like the most intensive part of the query plan is this:
exec sp_execute 7, N'001', N'01', N'007207BK S'
When I go back and look at the prepared SQL...
August 31, 2006 at 8:52 am
I used Profiler on both systems and ran the same screen, with the same parameters, on both. When I sent the vendor the traces and he noticed that for the...
August 31, 2006 at 6:12 am
The Collation name is the same for the app databases and master databases in both systems. For the record, they are:
SQL_Latin1_General_CP1_CI_AS
The screen in question is not using stored procedures in this...
August 30, 2006 at 8:14 am
Another question. On the existing server, the RAID-5 array is the E: drive, and the database is located on E:\Microsoft SQL Server\MSSQL\Data (both trans log and data file)
On the new...
August 30, 2006 at 7:10 am
SQL Server is now at 2187. No difference.
I noticed an index I had created on the existing server that seems to be useless that the execution plan is scanning instead...
August 29, 2006 at 12:56 pm
MAXDOP didn't help like I thought it would. Trace still shows index scans against the non-primary key. The good news is the rowset returned isn't out of order any more.
I didn't...
August 29, 2006 at 11:49 am
Viewing 15 posts - 1 through 15 (of 45 total)