security

Technical Article

RE: SQL SERVER STALLED

  • Reply

There's probably one other thing that you could do. If you need asyncronous access to the same tables that are being processed so other users can still query them, the queries that are not doing the reconciliation should be specified with nolock. ie select * from table1 with (nolock) hth

2003-06-06

1 reads

Technical Article

RE: SQL Server Error

  • Reply

I did not see any login info (but I didn't know what I was looking for) I ran the asp in a dts package and it worked It had the same connectionstring and ado code. I also double checked I Have both SQL and Windows authentication. I think there has to be some sort of […]

2003-06-05

Technical Article

RE: DB Indexes

  • Reply

Thanks for your help every one, I have applied what you all wrote and it seems to be working. Just one more question: I was using SQL Profiler based on a workload that I gave it. The indexes that it had put in there were different than what really are making the difference. Is there […]

You rated this post out of 5. Change rating

2003-06-05

1 reads

Technical Article

RE: Table Triggers

  • Reply

Ive used the following to retrieve the table name; declare @TbleName nvarchar(324) SET @TbleName=(Select name from sysobjects where sysobjects.id = (select parent_obj from sysobjects where sysobjects.id =@@PROCID)) Of course then what you do with the @TblName value is up to you, throw it into a table somewhere, or a variable for later use. Rick Brown

You rated this post out of 5. Change rating

2003-06-05

Technical Article

RE: Effecient decimal precision and storage

  • Reply

Hi BillyWilly, quote: However, My current system runs like the wind and can calculate and serve formatted HTML for 20 funds, 9 time series(Daily, Week To date, Month to date...), for a five year period in under a second - no problems there. have you ever considered a marketing or sales job So what are […]

2003-06-05

1 reads

Blogs

Monday Monitor Tip: Compliance Checking for Old Versions

By

A customer recently wanted to know if any of their instances were too old...

Making Legend Order Match Segment Order in a Power BI Stacked Column Chart

By

A reader of one of my previous posts pointed out that the legend order...

The Only Valid Test of a Backup is a Restore

By

Please, let me reiterate: The only valid test of a backup is a restore....

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