need help understanding what i am doing wrong in my insert statement
insert into employees (employeeid, firstname, lastname, title) Values ('1001', 'jack', null, 'shepard', 'salesperson'); insert into employees (employeeid, firstname, lastname, title) Values ('1002',...
View ArticleInstallation issue SQL server 2008 R2
I am installing sql server 2008 r2 enterprise on my server I am getting error as following1. First this error came "sql2008 R2\enterprise\resources\1033\setup.rll either not designed to run on windows...
View ArticleDoes configuring Instant file initialization do anything to speed up native...
I am trying to determine if setting up Instant file initialization would speed up a native SQL Backup Maintenance Plan Job
View ArticleDatabase in 2012 Express with SP1 frequently goes to "Recovery Pending" Status
We have installed 2012 Express with SP1 on Windows Server 2008 SP2 Standard (on Virtual machine).The database is with the capacity of around 200 Megs only but frequently the database is going to...
View ArticleSQL Server 2014 Official Final Version ---- Data Tools (SSIS, BIDS, etc.)
I have VS 2013 Professional, and just installed SQL Server 2014 Developer version. Can someone tell me where the proper location for the Data Tools (fka BIDS) is located ? I'm seeing CPT1, etc. but...
View Articledbcc shrinkfile log files could not be found.
After a huge yearly data load and verified, I thought I'd shrink the log files.This is what I did:USE XYZArchive GO sp_helpfile DBCC SHRINKFILE ('XYZArchive_Log') GOI'm getting the following error...
View ArticleTroubleshooting BACKUPTHREAD wait type
SELECT r.wait_type command, s.text, start_time, percent_complete, CAST(((DATEDIFF(s,start_time,GetDate()))/3600) as varchar) + ' hour(s), '+ CAST((DATEDIFF(s,start_time,GetDate())%3600)/60 as varchar)...
View ArticleThe SELECT permissions was denied on the object 'extended_properties',...
I have a SQL Server connected intro a Windows Server 2003 Domain Active Directory, the server holds a default instance with a single Database, the SQL Server is 2005 Std Edition, and is using mix mode...
View ArticleProblem uninstalling SQL Server 2008 r2
Hi,when trying to unistall SQL Server 2008 R2, the unistaller returns error "long path names to files on sql server installation media not applicable", and the I can`t continue the unistallation process.
View ArticleCompletion Time
Hi All,Database backup was running since last one hour how can we check How much time take to complete this backup process.For this any script is there please let me know.subu
View ArticleSQL agent start error
Hi,I am not able to start sql agent service. Please anyone help. [000] Unable to connect to server '(local)'; SQLServerAgent cannot start [298] SQLServer Error: 18456, Login failed for user 'NT...
View ArticleSQL Server Management Studio Installation Error
I am getting following error while installing SQL Server 2012 management studio on my Win 07 Ultimate (64-Bit) OS. I tried to download installers from different sources. But still getting same error....
View Articleuint in SQL
Hello everybody,I do not find uint in the documentation of SQL Server. What is the best syntax to create a int key without loosing half the available range by beginning at 0 with an automatic increment...
View Articlesimple recovery
Hi All,Its very basic question for my understanding I have try to learn my self but need some important and Perfect information request to you every body please answer the below.In Simple recovery...
View Article2._Display each customer number and the total number of bookings that...
Display each customer number and the total number of bookings that customer has made. Order the result by largest number of bookings at the top of the list
View ArticleDelete values for a range
Hi , I want to delete records only for a given range. Below is the script it deletes the records based on the given MP range.And in this Switch table screen shot i have a switchID and...
View ArticleGoldmine SQL Express problem
I have recently installed SQLEXPRESS on to Server 2012 and also updated to the lastest version of Goldmine 2014 .I cannot login to Goldmine , to the SQL part unless I am logged in as adminstrator.As I...
View ArticleCan not install SQL 2008 r2 on windows 2012 r2, Attempted to perform an...
I configure all se SQL, and star the installation, but, when the installation runs "SqlBrowserConfingAction_install_ConfigNonRC_Cpu32"display a message with the error "Attempted to perform an...
View Articledelete row from stored Procedure
Hi,In the below query have insert and update commnds .If i want delete existing row i dont know how to update the table..[SP_AEmpTimeSheet] -- Add the parameters for the stored procedure here...
View ArticleDuplicate SQL versions each with duplicate SPN's - How to correct
First let me say I'm not a server person but have been drafted into service due to company layoffs so please bear with me and my ignorance, I'm tring.The server in question had the SQL version that...
View Article