Tagged Questions
2
votes
1answer
84 views
Migrating from SQL Server 2005 to SQL Server 2008 R2 on a different box
We currently have a SQL Server 2005 instance hosting a lot of application specific databases (ArchiveManager, SolarWinds, Kaspersky etc). We are planning to deploy a new SQL Server 2008 R2 instance on ...
2
votes
1answer
90 views
How to restore a filegroup from its backup in SQL Server
I need guidance on how to restore a file group in Database from the File group backup taken from another same DB server. Is it possible to restore the filegroup by running restore DB for File Group.
...
0
votes
1answer
82 views
Collecting trace info of SQL Server 2005 using SQL Server 2008 R2 profiler
I have a vs2005 application that uses SQL Server 2005. I was trying to collect the SQL trace generated by the application while executing. For collecting the trace I've connected to SQL Server 2005 ...
0
votes
1answer
99 views
SQL Server Mirror failover on failing storage
Recently we had an issue with a sql server 2008 r2 HA mirror. I have tried to reproduce this in a lab environment and i came to the conclusion that i am missing something OR something is not possible.
...
3
votes
1answer
103 views
Preventing users who are dbo from dropping their own databases
We allow our users to be dbo in their own databases, however this does give them the ability to drop their own databases. This doesn't happen very often, but I want to prevent them from doing this.
...
2
votes
1answer
111 views
What characters are word breakers in English for SQL Server 2005 and 2008 R2?
I can find what DLL supports English word breakers by using sp_help_fulltext_system_components but I have not been able to find an actual list of the word breaking characters for English (like blank, ...
3
votes
1answer
1k views
Deny access to information schema in SQL Server
I am looking for the best way to disable access to the sys.tables / Information Schema for a user / group in SQL Server.
I found this thread from 2008
It shows a way how to deny access on ...
4
votes
0answers
270 views
Impact of changing the DB compatibility level for a Published replicated DB from 90 to 100
I have a SQL Server 2008 R2 server with a bunch of published databases that are currently operating under compatibility level 90 (2005).
The subscription databases are also SQL Server 2008 R2, ...
1
vote
1answer
534 views
What are the most compelling reasons to upgrade from SQL Server 2005 to SQL Server 2012?
We currently have 2 SQL Server 2005 Enterprise machines in a mirrored environment running on Dell R815 servers. These machines consist of:
Four AMD Opteron 6176 Processors (12 cores at 2.3Ghz), for ...
5
votes
3answers
378 views
Does having an index on a VARCHAR column with a lot of very similar starting values have bad performance
We seem to be having quite unusual bad performance on queries that use an index. for example the table looks like
PK BIGINT
ID VARCHAR(50)
Col1
Col2
etc
So we need to insert a row in the ...
3
votes
2answers
668 views
How to find out which host / IP address and Program deleted the records from SQL Server
We are using SQL Server 2005. In our database some records are deleted. I want to know how these records are deleted like from which system (Host name / Ip address), program and date&time of ...
5
votes
4answers
93 views
Syncing Database for Server Transition
I'm transitioning from an old web/sql box combined to a much more robust solution on a completely different host (800hosting to RackSpace).
Our application has very high uptime requirements. It runs ...
2
votes
2answers
307 views
What could trigger that a login created from a certificate is not visible in metadata
I am trying to create a login and grant it rights to run and unsafe assembly but the check on server_principals does not return the login when it already exists. The script works perfectly fine on my ...
4
votes
3answers
787 views
SQL Server 2005/2008 system timezone
I work on a ship that has multiple SQL Servers, both 2005/2008 versions.
As the ship moves from area to area so does our timezone. Sometimes we can jump ahead one hour and then back again.
My ...
-1
votes
2answers
1k views
This version of Microsoft SQL Server Management Studio Express can only be used to connect to SQL Server 2000 and SQL Server 2005 servers
I have already SQL Server Management Studio 2008R2 on my local machine.
I just installed SQL Server Management Studio 2005 and wanted to connect for the first time.
After going through the following ...
3
votes
1answer
745 views
Database file size from sys.master_files and sys.dm_io_virtual_file_stats are different
Im using query to find out database file size. I'm using system view and DMV, because i do want to find out both- actual file size and theoretical (in case of sparse files) file size.
Select
...
3
votes
2answers
143 views
SQL database backups methods-tools-procedures
Currently, I am investigating some way to more efficiently backup 4 Production SQL Databases (3 different servers/instances) and would like to know if anyone else has had the problems we are having ...
2
votes
2answers
81 views
Impact of using mirroring to migrate between SQL Server 2005 and SQL Server 2008 R2
I've got a DB which sits on a machine (SQL Server 2005) due for replacement very soon.
I'm planning on having the database mirrored to the replacement machine (SQL Server 2008 R2) so that when the ...
1
vote
1answer
95 views
Recommendations on creating user-objects on system database
I want to setup a bunch of Event Notifications on SQL Server using Service Broker for our production database.
I've setup a new database on my testing machine, and everything works well.
The problem ...
1
vote
1answer
248 views
Setting Alerts for Autogrow
Can I set alerts for an autogrow event in SQL Server (2005 or 2008 R2)?
I've searched around and haven't found the 'error number' for autogrowth, if there is one.
In case this isn't possible, how ...
1
vote
1answer
147 views
SQL Server 2008 Analysis Management objects work with SQL Server 2005?
Can SQL Server 2008 Analysis Management objects API work with SQL Server 2005 install?
1
vote
1answer
120 views
Send a trigger to an application upon a specific SQL Server server usage pattern
I've been dealing with a vendor's unconfigurable application which is, unfortunately, the most feature-complete in its niche. I'm looking to augment its capabilities with on-top screen display. Its ...
8
votes
1answer
1k views
SQL Server Frozen Ghost Cleanup workaround needed
I have several tables with amount of rows between 5M and 1.5G
Each table has its BLOB field, which size varies from 100 bytes to 30 MBytes and which is stored as 'large value types out of row' = ON
...
1
vote
3answers
322 views
Upgrading to SQL Server 2008 R2 but downgrading the edition - will this cause problems?
I am looking at upgrading our SQL Servers from 2005 Enterprise edition to SQL Server 2008 R2 Standard edition.
Obviously, the upgrade to 2008 R2 gives us more features even in Standard edition, but I ...
1
vote
1answer
245 views
SQL Server Database Keeps Semi-Detaching Itself
Forgive me if I am not using all the proper terms but I have databases that will detach themselves from SQL Server. In SQL Server Management Studio the plus sign will be missing next to the database, ...
1
vote
1answer
1k views
“Request to run job dbxxxxx refused” error in merge replication
I'm doing merge replication whole of my database but when I create the subscription I encounter this error:
SQLServerAgent Error: Request to run job DBXX-XX--bazresiostani2-2 (from User sa) refused ...