service 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 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 ArticleUpdate Query Taking 23 seconds
I am not sure if I am in the correct location or if I should be in the SQL forum but here is my question:I have an update statement that goes out through SQL 2000 through a local linked server to...
View ArticleData Extract - Partitioning
Hello, I have a table containing 3 columns Department Name, RiskScenario and Cost. I am trying to create a data extract that contains the top 3 Risk Scenarios (sorted by Cost) per Department. I tried...
View ArticleHelp to solve simple sql mcq problems .
Hi guys , I am a sql server developer . Can anyone help me to solve some of my sql mcq type problems ?I would be really grateful if anyone solves answer .01 . Which of the following are the main...
View Articleunable to start SQL server agent service
hi,We have 2 Node SQL Cluster that was working fine. Then We migrated the Linux DNS to Windows DNS successfully.Now restarted the SQL Server after it when we try to start the SQL Server Agent service...
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 ArticleServer connection failure when running ItemFinder sample
I am new to Full text serach.Thought of trying the sample ItemFinder application (C#.NET) from the following link:http://msdn2.microsoft.com/en-us/library/ms160844.aspxBut when I run the...
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 Articlewhy not showing nulls?
Hi,I have the following query: SELECT COUNT(dbo.UkPostcodes.Postcode) AS PCCount, dbo.UkPostcodes.Postcode, dbo.UkPostcodes.Town, dbo.UkPostcodes.County, dbo.UkPostcodes.Area,...
View ArticleRestoring MDF Files With Advances Software
SQL Repair software repairs the corrupt data from Microsoft SQL Server 2000, 20005 and 2008 database. SQL Database recovery tool restore all the mdf data such as Table, Views, Store procedures,...
View ArticleExtended login response to SQLExpress 2005
I am having an issue with the login time from my program to authenticate through the SQLExpress. I have the latest version and I am using for code this : Dim cnn As New...
View Articlehow to do group by having count in case insensitive?thank you very much
hi i'd like to ask is it possible to make a query of group by having count in case insensitive? for exampleselect name from table group by name having count(name)>1 but i hope i can find...
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 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 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 ArticleDISTINCT query issue
I'm familiar with MySQL and recently started working with MSSQL.I have a general understanding of how the DISTINCT command works, but would like to expand on that a bit.I need to do a DISTINCT query on...
View ArticleDatabase keeps starting in SQL Database Logs
I have just installed my first SQL Server database. Its on a Windows XP machine. I installed SQL Server 2008 R2 Express with Advanced Services.I am just checking the logs for the first time and in the...
View Article