Viewing 15 posts - 1 through 15 (of 47 total)
One more addition to the list http://vyaskn.tripod.com/sql_server_check_identity_columns.htm
July 27, 2007 at 4:39 pm
You can check out this whitepaper. It gives various architectural options.
July 22, 2007 at 7:04 pm
Whenever there is a bug in front end reports, the first thing people assume some thing wrong with the ETL or ETL has corrupted the data :-). My advice is...
July 19, 2007 at 11:25 pm
Other approach would be use the xml data type feature in SQL Server 2005 to store the XML documents.
May 16, 2007 at 3:51 pm
May 14, 2007 at 8:11 am
I would strongly suggest to archive the old data(may be you can write a small job which regularly archives the data to table/flat file).
May 10, 2007 at 6:18 pm
The article at http://www.dbazine.com/sql/sql-articles/charran3 migh help you.
May 7, 2007 at 12:29 pm
To start , this is a good tutorial.
April 16, 2007 at 9:05 pm
Thanks Steve, that was good article. Some of the features i really like in SQL Server 2005 are
If your application does not need any of...
March 28, 2007 at 2:03 pm
Jonathan,
It is always better to query INFORMATION_SCHEMA views rather than directly quering the sytem table.
Microsoft recommends using INFORMATION_SCHEMA views.
August 24, 2006 at 4:22 am
If you want to use indexed views in non enterprise editions, you can use the hint NOEXPAND. The NOEXPAND view hint forces the query optimizer to treat the view like...
May 4, 2006 at 1:00 am
Viewing 15 posts - 1 through 15 (of 47 total)