Stored Procedure Wizard
Hello Everyone and thanks for your help in advance. I am new to SQL Server 2005 and am trying to understand the Stored Procedure Wizard. In SQL 2000, it seems that the wizard does a lot more of the...
View Articlehow much available memory and PF usage?
How much available memory is best practice for SQL servers? We have some alerts set up by our system admin, they go off if the available memory goes below 500mb. Which is fine for other servers but I...
View Articleinstalling CRM with sql 2000 sp4
I am getting an error message when verifying the environment for the install (of CRM 3.0) that the instance name must be the same name as the computer name. Perhaps someone could explain how to...
View Articleservice pack installation fails
Hi,If service pack installation fails, we will have to check in summary.txt file in hotfix folder. What we have to check to there, generally what we will observe there. What are the possible reasons...
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 ArticleInstallation 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 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 ArticleChinese garbled in MSSQL2000 - by ASP
Hi experts,Here I got some problems with my application. (ASP & English Version SQL Server 2000)As we are using English MSSQL Server 2000, we got some new functions and we have to facilitate...
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 ArticleINDEXING A VIEW in MSSQL2K5x64.de Standard w.SP1 ... ERROR 1939
I'm experiencing a problem while trying to index a view ... I'm using a single field and everything else are default entry's. I'm getting the Error Message 1939 .The code is a follows:USE...
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 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 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 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 server express 2005 Creating a "user instance"
How do you create a user instance so that you dont have to be logged on as administrator?
View Articleinsert a new record
Hi,I would like to know is it possible to combine these 2 statements into 1, as I want to insert a single record set in tblRefLockers.statement 1:INSERT INTO tblRefLockers (Locker_No)SELECT Locker_No...
View ArticleSQL Server is writen in which programming language
Any one know the SQLServer is written in which programming language C++ or C?I know the rival DB Oracle is written in C programming language.Thanks.RKK
View ArticleSQL arithabort and nocount
I have one stored procedure . Its created by some one who worked before handover to me. Now my doubt is why they are used set arithabort on set nocount on in this procedure and Can I remove it from...
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