Slow Database Restore After Apply SQL Server 2008 R2 SP2
Has anybody else experienced this? A full database restore used to take about 5 hours now take 12 hours after apply SP2. This is the restore from production server to the test server we run often. Both...
View Articlelinked server error occasional error
The job that runs on server2 that updates some table on server1 using linked server 'Data2link' fails occasionally with the following error. Then, again it runs without any error in the next run. I am...
View ArticleQuestionAsk A New QuestionRenaming all constraint names with user defined names
Hello, How do I query the database for all types of constraints such as Primary Key,Foreign Key, Unique Key, and Default Constraint, and rename its system generate name to a name in following format:...
View ArticleSQL License question
I have Dell AppAssure software for backups, and part of what it does it backup SQL databases. It then "checks" the backups by mounting the backed up database to make sure it works, then...
View ArticleCan't connect to Linked Server to Analysis Services
Hi We've set up a Linked Server connecting to SSAS. (2008 R2). Connections are done with this setting: "Be made with this security context:" - An admin account is being used. When I try to connect I'm...
View Articlehow to migrate sqlserver2008 to sqlserver2005
I want to migrate the sqlserver2008 database to sqlserver2005, Please give solution.
View ArticleWMI alert for deadlocking
Hi I configured WMI alert for deadlocking but when i was running the job i got a error Message "(reason: Variable WMI(TextData) not found)" already I have checked "Replace tokens for all job...
View ArticleHow do I get only the numbers after the decimal?
How do I get only the numbers after the decimal? Example: 2.938 = 0.938 in SQL server
View ArticleLinked server error
I have a strange linked server issue. I created a login in Server A called 'abclink'. After that, I created a linked server in Server B to Server A using the security "Be made using this security...
View ArticleCannot retrieve proper file
Hi, I save one png file to the table column with image type, using SS 2012, like update web_schema.dbo.user_master set photo_file=(SELECT * FROM OPENROWSET(BULK N'C:\t93.png', SINGLE_BLOB) AS SRC); but...
View ArticleSQL Server 2008 architecture
Can someone please share the Architecture of SQL Server 2008 along with its SSIS Engine Architecture?
View ArticleSQL 2008 Total Server Memory issue
Hi together, I browsing the web since days but I dont find a post with my issue. I hope you guys can take a look and give me a hint. We have a SQL 2008 cluster (Version 10.50.1600). People are...
View ArticleOn one server, SQL Commands Ran Individually are fast, but extremely slow...
Hello Everyone! Thank you for reading about this problem I have been trying to solve - I look forward to your responses! Big picture: SQL Server 2008 R2, SP 1, running on Windows 2008 R2 Performance...
View ArticleDb size is not decreasing
Dear All, In our environment Due to one table Db is growing high.Due to this disk space is is high..We have truncated the table.But still disk is showing same size. So we have shrieked the DB.But still...
View Articlewindows login name
hi, I want to append the windows login name to the table that i created in the stored procedure, Is there any command , can any one help. Advance thanks
View ArticleHow the Browser Service Works
Hi, BOL documents the Browser Service as doing a redirect to the nammed instance, but my question is, if this redirect fails, does it connect you directly? The reason I am asking is because of an...
View ArticleHow to get rid of _WA_sys statistics ?
Hi, I am on SQL 2008. On one of our main databases, Auto Create statistics is set to True. On certain tables, we have _WA_sys statistics generated on many columns. Many of those columns are part...
View ArticleUnable to bring database back into MULTI_USER mode.
I'm wondering if somebody could provide insight into a problem I'm having with SQL Server 2005. Although the problem is happening wthin an SSIS ETL, I don't think this problem is SSIS related. In...
View ArticleTriggers Question
I have a trigger under table tblSubscribe in my database and I currently have it where it triggers off of an Update command. It works off of all Updates that happen to the table currently USE [xxxxxx]...
View ArticleDMV on sql 2000 compatibility DB
I have 1 sql server 2008 server installed with 1 DB compatibility 2000(80). what wil be the output if i execute select * from sys.dm_excec_requests for this db. Regards,Maneesh Arora Manish
View Article