visual studio

Technical Article

RE: Shrinking the Transaction Logs

  • Reply

Well, we discussed a rather undocumented way to shrink the transaction log in another past thread. You can Detach the database, move the transaction log to a backup location, Reattach the database without the log. It will create a new transaction log. This technique was poo pooed by Microsoft but several others proclaimed to use […]

You rated this post out of 5. Change rating

2003-07-25

Technical Article

RE: Shrinking the Transaction Logs

  • Reply

The older thread was basically everything I have done already. As of right now I run transaction log backups every 4 hours which still is not enough. I also had created a shrink job that runs twice a week. The only problem with this is that there is always connections to the database, which will […]

You rated this post out of 5. Change rating

2003-07-25

Technical Article

RE: Cluster That Index! Part Two

  • Reply

Hi Chris, quote: Comments posted to this topic are about the content posted at http://qa.sqlservercentral.com/columnists/chedgate/clusterthatindexparttwo.asp this is no comment on your article, but on your homepage. The link to your discussion forum yields a Fatal error: Call to undefined function: pg_connect() in /var/www-sql.nu/phpBB/db/postgres7.php on line 79 error. Cheers, Frank

2003-07-21

1 reads

Technical Article

RE: How much do you earn?

  • Reply

quote: I think the government should implement rate subsidies for developers, just like crop subsidies for farmers. They could pay unemployed developers not to develop to support rates. Then we could all relax while sitting on our verandas, sipping iced tea, looking out over our idle fields of code. ... Maybe we should start a […]

You rated this post out of 5. Change rating

2003-06-20

1 reads

Technical Article

RE: Comparing two tables

  • Reply

use tempdb if exists (select name from sysobjects where name='sp_list_schema' and xtype='P') drop procedure sp_list_schema GO create procedure sp_list_schema(@db_nameX sysname , @db_Server sysname) as declare @SQLString as nvarchar (4000) declare @db_name as sysname declare @db_NameY as sysname set @db_name = @db_Server +'.'+@db_nameX set @db_nameY=@db_Server +@db_nameX set @SQLString = 'if exists (select name from sysobjects where […]

2003-06-11

Technical Article

RE: how to call stored procedures of SQLServer

  • Reply

You need to move your module code into a asp file. I've never seen a VB class module being used within asp. If you convert your module to a DLL you can instatiate it and pass values and call its methods. What you're trying to accomplish could be possible in a .NET framework. but I […]

You rated this post out of 5. Change rating

2003-06-10

Blogs

Set a Runtime Variable in an Azure DevOps Pipeline

By

Note: I DO NOT recommend this. Any changes to a pipeline should be in...

A New Word: Symptomania

By

symptomania – n. the fantasy that there’s some elaborate diagnosis out there that neatly...

Query Store Keeps Switching Itself Off, Getting it Moving Again

By

I recently received a complaint that Query Store for a particular database was turned...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers