Viewing 15 posts - 901 through 915 (of 1,292 total)
This should solve..
USE [master]
GO
EXEC xp_instance_regread N'HKEY_LOCAL_MACHINE',
N'Software\Microsoft\MSSQLServer\MSSQLServer', N'NumErrorLogs'
GO
November 24, 2009 at 10:26 pm
This should solve..
USE [master]
GO
EXEC xp_instance_regread N'HKEY_LOCAL_MACHINE',
N'Software\Microsoft\MSSQLServer\MSSQLServer', N'NumErrorLogs'
GO
November 24, 2009 at 10:24 pm
I Haven't seen anywhere if the calculation the % value would take some time for SQL Server. It must be a fraction of a section for SQL Server to calculate...
November 24, 2009 at 10:10 pm
Bob Hovious 24601 (11/24/2009)
Hi, Bru and welcome
Thanks Bob for your cordial welcome. (When compared to welcoming Les ;-))
November 24, 2009 at 9:34 pm
HVPR (11/24/2009)
can anyone know where the sql server stores the sql error log configuration settings info.
There is SQL Server error log, not aware of "sql error log configuration settings...
November 24, 2009 at 9:30 pm
john.arnott (11/24/2009)
November 24, 2009 at 9:21 pm
anitha.cherukuri (11/24/2009)
Thanks ,it gives me some ideas.
Start to work on it and lets hope someone would come up with their brilliant idea. 🙂
November 24, 2009 at 9:18 pm
I am not aware of the straight line answer.
This is only a work around / suggestion to you.
Can you use the stored procedures to generate the data and store in...
November 24, 2009 at 9:05 pm
anitha.cherukuri (11/24/2009)
I am new to SSIS 2005 .
I got 4 excel sources.I loaded the data from EXCEL into Oledb Tables.
What I am looking is
I want to truncate those 4...
November 24, 2009 at 7:57 pm
Deletion of database might not be the case, it must have been detached.
There is no need to run a script to find the database, you can know it from the...
November 24, 2009 at 7:42 pm
I have been asking the same question.. Are you following the steps mentioned in the link given.
What errors are you getting when Altering the system databases?
Are you able to start...
November 24, 2009 at 4:29 pm
Any security settings have been changed?
SQL Server is unable to access the directories that are mentioned in the error log.
November 24, 2009 at 3:44 pm
Where are the changed IP address values?
The command that's required to update needs to look for the new IP details, where does it find those new IP?
November 24, 2009 at 2:57 pm
Krasavita (11/24/2009)
I can't do anything even in these mode we have windows authentication
I am sorry, I did not understand. Can you explain what do you mean?
November 24, 2009 at 2:53 pm
Viewing 15 posts - 901 through 915 (of 1,292 total)