Index Help
I have a huge amount of data table EMP with 15 columns, and it has only one primary key with its clustered index, no other indexes are there on table columns. Now I want to create a non clustered index...
View Articleconnect same application from different computer to same sql server?
Hi, is it possible to allow different desktop with same window application to connect to a same sql server? after setting up the sql server with browser capability. how do i do that? just like normal...
View ArticleQuery to display highest marks of each subject
Hi Experts,I have a marks table with following data (studentid, subject1, subject2, subject3)ID Sub1 Sub2 Sub3 1234571 2457834 3762389 4883573 5457834 6677856 7667523 8894523would like to display...
View ArticleWant to create Duplicate database servers which both servers are usable.
Hi, I currently have one SQL server 2012 Enterprise R2 running on Windows Server 2012 R2 Enterprise. I would like to create a duplicate database server which is the exact mirror of my current one...
View ArticleGetting started with SQL Server 2012 on Win 8
I have a new laptop which is a 64 bit running Win 8 pro. If i was to install SS 2012 would it support 2008/ 2008 R2/ 2005 databases?I believe SS 2012 is now out of beta and a full product is now...
View ArticleInstance License Question
HI everyone I am having one hell of a time trying to find out how many instances I can install.I am running 2008 R2 with a single Standard License. It's is running on a single VM and I currently have...
View ArticleMinimum requirement of sql server and windows OS to be installed in hyper -v...
Hi Team,I have a sql server 2000 sp3 server in physical machine.we are planning to move the sql server 2000 sp3 to Hyper - V virtualize environment.1) what is the minimum requirement of sql server and...
View ArticleSql server Hotfix url is not working
Hi there !I was requesting hotfix from microsoft webiste for sql server but the link provided by the microsoft is not working. continously my browser spiining the wheel (try to load the page). Is...
View ArticleThe request failed or the service did not respond in a timely fashion....
Hi,How can I solve this problem of this error "The request failed or the service did not respond in a timely fashion. Consult the event log or other applicable error logs for details"?Thanks
View ArticleRestoring a database and changing collation, available options?
Greetings,I'm restoring a database (Sql server 2008) which has a collation which differs from my SQL server installation, which causes issues when restored as a number of store procedures reference...
View ArticleTake backup of sql server error log
hi all How to take the backup of SQL Server error log.Thanks.
View ArticleIncorrect syntax near ' '. Line 2
SELECT DISTINCT SERFFFiling.SERFFFilingStateBest, SERFFFiling.SERFFTrackingNumber, SERFFFilingID.SERFFIDValue, SERFFFilingEvent.SERFFStatusDateBest,...
View ArticleSQL Server 2012 Download will not install
I am attempting to install the SQL Server 2012, SP 1 free download (64-bit version) on a Windows 7 SP1 64-bit home premium workstation. It downloads as a disk image and successfully extracted to a...
View ArticleWhat is the use of Checksum in sql server
hi all please help me, what is the use of checksum in sql server. what is the use of checksum hereselect CHECKSUM('ab') as ChecksumValue
View ArticleTrying to add windows vista user to sysadmin fixed server role
Using windows vista, I've installed MS Sql Server 2008 & management studio and the northwinds database. In c# I am trying to run a program using the northwinds database, but keep receiving login...
View ArticleHelp with SQL Query
Hi I have a table as below, UserID Date Usage 1 22/03/2013 97.99 1 22/03/2014 83.99 1 23/03/2013 75.99 1...
View Articledelete data if its lower case
hi allhow to delete data if column contain lowercase only.name F f d c C Ahere i want to delete only column contain lower case. is it possible ?
View Article