Quantcast
Channel: SQL Server Database Engine forum
Browsing all 12554 articles
Browse latest View live

I STILL can't get a full text search to work on a filestream table.

SQLServerExpress 2012/WIndows Server 2008R2Create filestream enabled database:CREATE DATABASE ISR PRIMARY (NAME = FileStream1, FILENAME = 'C:\Program Files\Microsoft SQL...

View Article


duration generated sqlos.wait_info is in milliseconds

I traced a session (running a single statement) that took over 40 minutes with below event turned on. I collected over 400K events and most of them had the duration 0 and the rest of them summed by...

View Article


Memory exercise

Hi Everyone,I am new to this forum and basically new bee to sql administration.Here is what I am looking for. Test Environment                   I have 4GB physical memory on my 32 -bit machine...

View Article

index is not working while using ROW_NUMBER

Hi, I have used Row_Number() to implement the paging in my stored procedure. Paging is working fine. But problem is, after implementing the Row_Number(), indexes does not work & a Clustered index...

View Article

SQL Server VM , separate luns

Hi,We have 5 sql servers located on VM's with 3 instances each. 2 of the sql's are on one physical host, and the other 3 are on another. (running hyperv)Our storage is an equallogic SAN.What is the...

View Article


Temp DB consistency error event id: 824

Dear All,we are using a SAN storage to maintain our sharepoint databases.we face some i/o errors while restoring a 17gb databases and later all other databses started to giveconsistency errors..so we...

View Article

Difference between create table and alter table – upgrade process.

HiLet use this example to present my issue.I develop some application that from time to time is released to the customers. This app has database and in this db I have table Users with two columns: Id...

View Article

slow inserts causing timeouts

I have been trying to fix a production issue, where some of the client transaction are timing out.The client has a requirement that a transaction must finish with in 2 seconds other wise it is...

View Article


Can we debug mdmp file while sql server is online

sql server is running on production should i open windbg to debug the error.? will tehre be any side effects?Manish

View Article


Format report with images and text boxes

Hi,I created a template for the application that will be mailed out to the customers. It consists of two images and one large text box with texts of the later. There are couple text boxes that are...

View Article

Application connection to SQL Server unstable!

The connections from the application to the SQL Server is unstable with the application users reporting freeze in their application screen and again connection starts working after some time. I have...

View Article

Insert Suspended

HiWhile inserting records into a table I found that it was taking too much time, I open Activity monitor window and try to look where it was stuck!! There is no any other session was running except my...

View Article

Cancel / Rollback for two transactions

I began running two update queries three days ago.  I was using SQL Server Management Studio in a single window.  The window looked like this:UPDATE mytable SET Field1 = Value1 UPDATE mytable SET...

View Article


SQL Backup

HiI am intending to take a full/complete backup of the database.Can you tell me if I need to shutdown the sql sever before taking a backup?Thanks

View Article

SQLServer Licensing

On a server having 2 CPU 16 cores, if I configure SQL Server 2008 R2 to use 4 cores, is a 4 core license sufficient?

View Article


how can we tell there is a problem with slow network ??

Hi,How can we tell/prove that there is something delay/wrong from the network side due to which sql server queries are very slow?Thanks in Advance

View Article

Table partioning for archiving

Hi,I have a database that is taking up approximately 66% of space on a network drive that also hosts other databases. The culprit is one table which is currently 40GB in size. I was considering table...

View Article


sys.dm_db_index_physical_stats on compability level 80

Hi allHow can I check the fragmentation on database which is level 80 ???i run the DMV  sys.dm_db_index_physical_stats and there is syntax error.

View Article

cannot open index in ssms

i want to open my index  as script selectbut when i m trying to open ,getting following errorLock request time out period exceeded. (Microsoft SQL Server, Error: 1222)

View Article

Configuring File Tables in SQL2012

I followed this MSDN blog:http://blogs.msdn.com/b/sqljourney/archive/2012/11/10/how-to-sql-2012-filetable-setup-and-usage.aspxI've done a little bit of work with filestream tables.  The Filetable table...

View Article
Browsing all 12554 articles
Browse latest View live