Installation of Golf Program requires uninstalling Microsoft SQL 2005 and...
I am running Win 7 and about to purchased a new computer with Win 8.1. The USGA wrote a Tournament Program which is used nationwide called TPP (Tournament Pairing Program). It was developed prior to...
View Articleproblem in install ms sql serever 2008
I am trying to install ms sql server 2008 on my system windows7. But after selecting new sql server standlone application installation it asking me to choose path . Even after selecting the path Its...
View ArticleWindow Ranking Functions
Hi I was confused with Window ranking function with ranking function in sql server. Also same for offset function. Can anyone please solve my doubt?Thankshari
View ArticleUnspecified error in Cursor.
I have used the cursor to get the backup for all user db. but sometimes job got failed with below error message.SQLSTATE 01000] (Message 4035) BACKUP DATABASE successfully processed 122809 pages in...
View ArticleMSSQL Compare - No VIEW DEFINITION Permission
Hi, I am trying to transfer all the tables from a LocalDB to my MSSQL server online, which i can't. Because of this problem. I would like to know what i should do. Is it a general problem for...
View ArticleWhen not use first value completely
Hi, I need to help or suggestion, i want entry of item quantity in table (i.e 2500) or also second item entry(i.e 1500) , if not use completely this whole stock in 2500 items when not used in 1500...
View ArticleDoes Primary Database Log File Shrink effects Log Shipping?
Hi All,We have two servers in between log shipping is configured, log file occupied 50gb so we are suggested to shrink the log. Read few articles and it is recommended to shrink log file with...
View ArticleHow to store (pdf.docx) files into SQL Server using VB.NET
Hello dears, I tried to store pdf files into sql server database using vb.net but I cant. if there is any way so please share it with me.Thanks in advance
View ArticleSQL Performance reports
Hi,We have a Windows Server 2008 R2 Std, with SQL Server 2008 R2 SP2 CU 0. 32GB memory and 2x2GHz 16cores.We can see that the sqlservr.exe is taking almost all memory, and i guess that is ok since we...
View ArticleDBCC SHRINKFILE with NOTRUNCATE has any performance impact in log shipping?
Hi All,To procure space I'm suggested to use below command on primary database in log shipping and I just want to clarify whether it has any performance impact on primary database in log shipping and...
View Articleexception in msvcr110_clr0400.dll
Hello there, I just unpacked my new laptop on Windows 8, and installed the latest version of Visual Studio Ultimate 2013. Through the server explorer view I tried to add a new connexion to a...
View ArticleDataBase suddenly case sensitive, collation at every level I can see is CI
SQL Server 2008 R2 on Server 2008 R2 "iron".Within the last 2 weeks a database that is set (collation...) as CI, on a server that is CI, looking at a view that is CI, is suddenly CS in it's behavior....
View ArticleUsing SET STATISTICS IO ON
I have a quick question regarding the use of the SET option SET STATISTICS IO ON. When I use this to monitor the number of reads done by different queries I'll often see large numbers of reads on...
View ArticleConnect to database in other domain
HiI Need to connect to a database hosted in domain-2 from domain-1 using sql management client running on domain-1 server.The account used here will the domain-2 server user account.Is i possible to...
View ArticleSQL server 2008 R2 with Windows Server 2012
Hello All, Today morning for some urgent requirement, I tried installing SQL server 2008 R2 on windows Server 2012 machine and got compatibility issues. Researched on internet and got to know that...
View ArticleException : Incorrect syntax near the keyword 'DECLARE'. & User Error Message...
Hi All,Application team reported an incident about timeout error occurred b/w the application and database very frequently.Application is connecting database server via JDBC drivers. I am not clear...
View ArticlePolicy Evaluation logs are not writing in Windows NT Event Logs
Hi,I have scheduled a job to look for a certain number of Event ID's in windows NT Event logs to monitor policy violation, So when a policy is violated it will be registered in Event logs with an...
View Articlei have numbers sequence like below:...
i have numbers sequence like below: 1,2,3,4,5,9,17,45,50,51,80,89,100,125,100000. i required solution as: 1-5,9,17,45,50-51,80,89,100,125,100000. using SQL.
View ArticleShould a job be used for this type of maintenance?
We have a stored procedure that we want to run weekly to reorganize the indexes for a table. Should the reorganization of indexes with a stored procedure be done as a SQL Server Agent job or...
View Article