Execution error: 'the function name is not a recognized built-in function name'
Hi,all here,Would please any experts here give me any guidance for this execution error? (as below)'The "function name" is not a recognized built-in function name'.The function is already available in...
View ArticleRestore database created in SQL Server 2008 R2 to SQL Server 2008 R2 SP2
I have a .bak file created by some other user in (I think) SQL Server 2008 R2 (10.50) and I need to restore it in SQL Server R2 SP2 (10.52). I used a hex viewer to look into the .bak file and found...
View ArticleSSMS- Error while Modify Sql Agent Job error?
I am trying to modify the Sql agent job. That time i am getting the below error.SQL Server 2005 SP4.TITLE: Microsoft SQL Server Management Studio ------------------------------Value of '120' is not...
View ArticleAdding indexes on multiple nvarchar fields - estimating space used?
Trying to get an estimate of how much space is going to be used in the DB when I add indexes on multiple columns.Do my numbers seem right?Based on the datatype...
View Articlewait_time in sys.dm_exec_requests is negative.
Please let me know why i am getting wait_time values -801668467,-801666780,-801692889 etc. when i execute sys.dm_exec_requests on sql server 2005 SP4.Manish
View ArticleQuery timeout
If am not wrong, the default query timeout of a query submitted to database engine from a .net/java application is 30 seconds. This means that if query runs for more than 30 seconds the sql server...
View Articlecompare data
Is there a tool that I can use to compare data in a SQL server database table with a table in Oralce?THanksSQLFriend
View Articlesafe way to do updates
I have a database where many tables have many indexes and as a result different updates can get tangled up and deadlocked. So here's my question. Is it guaranteed safe, so that I will get blocking...
View ArticleSQL Server 2012 - Cannot Use Network Drive as a Backup Device
Hello Community,I am using SQL Server 2012 and I am trying to add a mapped drive as a backup device, but I am not even to see that drive from SQL Server. Has anyone else had this issue and if so can...
View ArticleIs it possible to rename the Instance of My Sql server ?
Hi, I just want to ask if it is possible to reanme my instance of my sql server.This is the nameJEMZ-PC\SQLEXRESS AND i want to be change like this JEMZ-PC\SQLENTERPRSE.. is this possible?Thank you...
View ArticleWaits for Page Allocation
Hi Everybody,I have a question. Let's assume that we have multiple threads trying to Insert data into the same partition of a table. The Insert statement will be similar to:INSERT INTO DESTINATIONTABLE...
View ArticleAppropriate use for Snapshots
Hi All,I have a SQL database that I would like to snapshot every night. The data in the database is fairly static and the reason I'm taking a nightly snapshot is to show the change in data from one...
View Articlesql server 200
i am using sql server on windows server 2003....i cannot add new user to my sql server as odbc connection...if i re install old user computer it is not possible too...only maintain the existing user...
View ArticleForeign key constraint error with delete
error message: (i changed the names slightly) Message Executed as user: ***. The DELETE statement conflicted with the REFERENCE constraint "fk_child_table_detail_id". The conflict occurred in database...
View ArticleBook about optimizing query performance - SQL Server 2012
Hi,I'm searching a good and not too complex book about the optimizing the performance of a T-SQL query or a stored procedure, depending on your knowledge/experience.I want to find different materials...
View Articlefail over cluster
We have an Active-Passive SQL Server 2008 Failover Cluster installed. Front end is sharepoint. They have two instances on each cluster, one instance is named prod_mssqlserver, the other is for...
View ArticleQuery against 200 sql instances
hello ...I have almost 200 SQL server instances.my requirement is from a centralize server i need to run some report which basically accumulation of some data of these 200 instances .What I am looking...
View ArticleHow to recycle tempdb without Rebooting Sql Server
We have an App server where Microsoft reporting services (report Builder 2005) is hosted and the backend Database server which is used by the reporting services.The clients create very complex reports...
View ArticleSQL Server - inconsistent insert speed, fast then very slow
Hi all, I'm trying to diagnose a slow insert that I thought I had fixed but the problem is returning intermittently. It's literally a straight insert statement, it runs every evening and inserts...
View Article