Viewing 15 posts - 61 through 75 (of 98 total)
Hi San,
We know that log is being used by SS to record transactions taking place.
Even the commands which you have run was also logged in the same log file....
August 25, 2009 at 3:29 am
Hi San,
You executed sp_helpdb ('DBname') and got LOG file size as "160832 KB (Size) growth (10%)" i.e 157.0625 MB
and when run "DBCC sqlperf('logspace')", got
"157.0547 (Log Size in MB),...
August 25, 2009 at 2:32 am
Hi,
It is advisable to keep seperate backup of all Stored Procedures and Functions, so that they can be used whenever a case arise.
Also, sometimes the backup is of large size...
August 7, 2009 at 4:26 am
Hi,
It is advisable to keep seperate backup of all Stored Procedures and Functions, so that they can be used whenever a case arise.
Also, sometimes the backup is of large size...
August 7, 2009 at 3:25 am
Thanks for your reply.
I still feel that real cause of enhancement of Architecture of SQL Server 2005 is need to be find.
If anyone help in this regard, welcome.
July 29, 2009 at 8:23 am
Thanks Gail and Allen for this learning discussion amd information sharing.
Thanks a ton. Bye
Ankur
July 27, 2009 at 8:24 am
Thanks Gail and Allen for your generosity.
"
Clustered index determines the logical order of the data, not the physical"
But at link:
http://msdn.microsoft.com/en-us/library/aa933131(SQL.80).aspx
The very first line explains that:
"A...
July 24, 2009 at 10:59 am
Lot of thanks to you guys.
One thing more- Allen you said if clustered index are built without UNIQUE word "DB engine adds a 4 byte uniqueifier column", please you...
July 24, 2009 at 9:29 am
Thanks Grant and Allen for your valuable responses.
Does it mean Clustered index created on Primary Key is same as Unique Clustered Index?
Also it is said: PRIMARY KEY constraints create clustered...
July 24, 2009 at 7:59 am
Thanks Mr T-SQL for the response.
I will definitely run DBCC CHECKDB and check the integrity of this database at night.
Bye,
Ankur
July 17, 2009 at 4:18 am
Hi All,
FYI..
SQL SERVER 2000 EE with SP4 is installed on server.
This database is of size 9.7 GB and with log file of size 2.8 GB.
This message was logged when...
July 17, 2009 at 2:42 am
Please clearify it further. What problem are u facing while restoration of db ?
July 15, 2009 at 6:36 am
Hi Ajay,
AFAIK, if we need to change the collation settings at SQL server level, we have to reinstall it, but change in database collation settings doesn't require reinstallation. ...
July 15, 2009 at 6:34 am
Hi KD,
Does any object is dependent on this db? If so the collation settings can't be changed.
Disable that dependency and then try to change the collation. Hope it...
July 15, 2009 at 6:26 am
Hi
Agreed with LeeM, most of times it is Firewall which is hindering the connection to SQL Server.:-)
July 9, 2009 at 10:20 am
Viewing 15 posts - 61 through 75 (of 98 total)