This is related to Microsoft Operations Management
We would like to use MOM to monitor every problem in SQL Server. I was trying to find all the MOM rules corresponding to severity 17 to severity 25 errors. But there are a lot of the errors don't have...
View ArticleServer Database not working
Hi,My application is working fine in my local system.Inserting ,updating gettting data from database.But when i moved all tables and stored procedures from my database to another database in another...
View ArticleSame query producing different record counts on two different machines
I am running a sql server query on two different machines but connected to same server and same database. This query is used to remove all the padding and provide a clean data. SELECT DISTINCT...
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 Articlechange constraint
Hi all, how do I change constraint? current: CREATE TABLE [dbo].[table1]( [column1] [nvarchar](50) NOT NULL, [column2] [nvarchar](200) NULL, [column3] [ntext] NULL, CONSTRAINT...
View ArticleLogs for sql server agent restart
Hi, Can I get log on the sql server agent restart history of week. I mean the sql server agent has been restarted several times in last week I want to know the date and time when the sql server agent...
View ArticleSQL Server Versus Pervasive SQL/2000
Hi there, Don't know if anyone can help, There used to be a Whitepaper on the Microsoft website comparing SQL server (2000?) against Pervasive SQL or 2000, the link was...
View Articleinstances
Hi,How many max instances can be installed in sql server 2000, 2005, 2008, R2, 2012.
View Articlehi
can anyone please tell me what are the parameters when we want to tune a query or stored procedure in SQL.THANKS IN ADVANCE.
View ArticleNeed Help with Search
Hi,I need to search within various columns for a specific field.How do I do that?
View Articleestablishing connection to SQL server suddenly failed
Hi,I had a working SQL connection before, but today i've tried to connect and got this message:TITLE: Connect to Server ------------------------------ Cannot connect to User-PC\SQLEXPRESS....
View ArticleBackup
Hi,If database full backup is taking 1 hour, at the same time transactions are being happened for a database then will the transactions exist in the backup?Whenever bulk insertions are happened in bulk...
View ArticleMigrating from MS Access
Hi,I need to build .NET applications that collect field data (ie. Hydrant Inspections). Currently my .NET application stores data in a .dbf file, which we then import into an MS Access database...
View Articleone question about sql server 1st time transaction log backup
One big database is created at 5:00 PM.No full backup and no transaction log backup before.At 6:00 PM: kick off 1st time full backup of this databaseAt 6:15PM: kick 1st time transaction log backup of...
View ArticleImpact of changing DB owner from to "sa"
We noticed that several sql 2008 DBs are owned by the account <domain name>\<Name of DBA>. Are there any issues changing each DB owner to the sql "sa" account?TIA,edm2
View Articlehow to delete text file
hi...how to delete text files from c drive (ex: c:\sale\300407.txt) using ms sql express edition 2005 ?plz help me...
View ArticleConfiguration Auditing Locations for SSIS Package
I have been asked by the powers that be to make sure that my configuration database gathers some auditing information. I have looked over these and have no idea where to find the information in SQL...
View ArticleSQL Server 2008 R2 unable to create a required installation folder.
I have a macbook pro with windows 8 running on bootcamp. I have trying to install SQL Server 2008 R2 by right running it as administrator but I keep getting a "Windows was unable to create a required...
View ArticleHow to upload a video file into database using asp.net2.0
Hi Pals...I have a problem that uploading an video file into the databaseusing asp.net2.0 and sqlserver as database.This is urgent for me .Please help me any one................thanks in advance
View Article