Problem 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 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 ArticleCTE Error
I am attaching the SQL CTE Code with error message and DDL. Please review to see if you can help solve this error. First, I have never done anything with CTE before. Here is what I am trying to do:...
View Articlesa's password in SQL Server 2008 R2 Express
Hi, In the SQL Server 2005 Express I can chose the expert mode during the installation. This enables me to set the password of the user “sa”. Now I tried to install SQL Server 2008 R2 Express but I...
View Article"Nightly index rebuild job" and "don't shrink trans log file" advice
Are the two compatible?Our nightly re-index job can really inflate the log files sizes and one weekend we ran out of disk space on the server. This caused all other DBs on that server to fail because...
View ArticleUsing Ola's scripts..... (a bit off topic)
I just installed Ola's scripts. 1. On his site is this example: >>>>>>EXECUTE dbo.IndexOptimize @Databases = 'USER_DATABASES', @FragmentationLow = NULL, @FragmentationMedium =...
View ArticleProcedure or function 'udsp_insert_wkt' expects parameter '@point', which was...
Trying to execute a Altered procedure ALTER PROCEDURE udsp_insert_wkt (@point VARCHAR(MAX), @label VARCHAR(50)) ASDECLARE @multi_point GEOMETRYSET @multi_point =...
View Articlefetch current date records
Tables contains follow dataproductIDTypeColordate1Bikeblack2013-04-17 19:31:40.0972CarRed2013-05-17 19:31:40.6031CarBrown2013-04-17 19:31:40.6732CycleBlack2014-06-03 19:31:40.6731CarBrown2013-04-17...
View ArticleSQL - Complex join - Cascading conditions
Hi all,I've the following two tables - MasterData - Project_IDCategoryParent_IDP1ANULLP2ANULLP3ANULLP4AP1P5AP1P6ENULLP7AP2P8AP2P9AP3P10DP6Project_TotalsProject_IDTotalP1500P2600P6700P10800I need to...
View ArticleSQL Server 2014 SA (Software Assurance) necessary with Hyper-V Replica?
Hi, I'm new to Windows servers, SQL Server, Hyper-V Replica. What I want to do, for one of my customers, is the following. Buy a Windows Server 2012 R2 Essentials Licence. The R2 license is suppose to...
View ArticleHow Shrinking will increase the DB Fragmentation ?
Hi all, We are familiar with SHRINK command, but we know shrinking is bad.I need to know How shrinking will increase DB fragmentation ? I want to read in depth.thanksSelva
View Article