Query processor ran out of internal resources
I have a query in the following format where @ID takes about 20000 IDs. select * from students where name in (@ID) Because of the high amount of IDs in the list, I'm getting the error that "query...
View ArticleLogin failed for user
I have a SharePoint server which is using service account "spsharepoint".For some reason this user has started giving 'Login failed for user spsharepoint' when I checked SQL Server logs. Turns out it...
View ArticleSQL Server TechNet Guru News: October Winners Announced
All the votes are in! And below are the results for the TechNet Guru Awards, October 2014 !!!! For a full list of winners, see the full blog post, as runners up had to be removed from this post to fit...
View ArticleFull Text Index with docx and xlsx is not working
Hi,I am Having a sql server 2012.In My DB, I have one table. In this table, having one colum Document and its datatype isImage data type. I have created a fulltextindex on this table.If i searching a...
View ArticleHow to kill a SQL Server DB?
How can I completely kill, or delete a SQL Server DB? I can't seem to detach it or take it offline. I can't do anything with it at all. I basically ran out of disk space while loading a table, and...
View ArticleOptimizing a Stored Proc with IF-THEN Conditional logic
Suppose you have three queries. The SP will only run one of them, based on IF-Then logicif @p1 = 1 SELECT....FROM .....ELSE if @p1 = 2 SELECT....FROM .....ELSE if @p1 = 3 SELECT....FROM .....Now if it...
View ArticleCreating a new database using an MDF file
My database saves as MDF. I want to know what are the steps to restore or create a new database using a MDF file? I tried to restore as usual but it shows an error. Please help.
View ArticleVB.net
I am using recognizer program to convert handwritten code into text. I want to use this text as input for autocomplete command in a database. I need assistance for this task.
View ArticleSQL JOIN
Hi,i have one tablenameindpaksli want to retrieve outputind vs pakind vs slpak vs sl
View ArticleHow to determine witch SLQ Server required a pay license for Workstation?
I have an issue at my Office, I do try to sort wich SLQ Server install on Workstation need to be part of a pay licensing. We mostly never install SQL Server x but so many Worstation actually have...
View ArticleSQLException: Read timed out...
INFO | jvm 1 | 2014/08/24 14:03:41 | SEVERE: [EXCEPTION].[com.datasweep.plantops.datamgt.exception.DataMgtException]: PlantOps.DataMgt: [Error initializing site 112 with guid...
View ArticleEntity Framework and Package Manager Publishing to Azure
I am creating a secure ASP.NET MVC 5 app and need to update the database in the Package Manager Console. There is an error that occurs every time I try to update the database. Following the...
View ArticleCould not open error log file ''. Operating system error = 5(failed to...
HelloWhen I try to start the SQl server service i get the following error:Event id 17058Could not open error log file ''. Operating system error = 5(failed to retrieve text for this error. Reason:...
View ArticleConvert Multiple Rows in to a Single Row
Hi,My Query SELECT tblUserRegistrations.FirstName,tblMedicalServices.MedicalServiceName fROM tblUserRegistrations INNER JOIN tblNurseDetails ON tblUserRegistrations.UserId=tblNurseDetails.UserId...
View ArticleSQL Server Express 2008 Installation error. PLEASE HELP.
Hey guys anyone know what I should do to install SQL Server Express 2008? Im running Vista Home Premium SP1 32bit These are folders i got on framework folder: * v3.5 * v3.0 *...
View ArticleBusiness Intelligence
I am working on a ERP business application .Can you tell me what isBusiness Intelligence? Why it is required ?
View ArticleExamples of large SQL Server installations
I am looking for success case stories of customers using SQL Server 2012 Ent in an OLPT environment with databases sizes of several terabytes, tables in the billions of rows, and high customer growth....
View Articleset query with exists
I m trying to set 5 rows in my table but all the row are effected with my queryupdate Payment set payment.status = 'Captured' where exists( select * from Payment p join Invoice i on p.invoice_id =...
View ArticleAuditing cluster events - can we see who paused a node?
HelloWe have a 2 node cluster with an active passive configuration - running server 2008 r2 / SQL 2008We had an issue today where one of the nodes was paused; and the active node had an issue with the...
View ArticleMaintenance Plans Jobs
I need to find a way to associate Maintenance Plan jobs to the actual Maintenance Plan if the SIDs are different.I am updating 2008R2 server with 2012. I saved my old Maintenance Plans and now need to...
View Article