SQL

Technical Article

RE: Insert daily records from one table to individual merchant tables

  • Reply

Hi,If it helps - yes you can do away with cursors and still step through everything:-  SET @PK = (SELECT MIN(PK) FROM #Values)   SET @MaxPK = (SELECT MAX(PK) FROM #Values)  WHILE @PK <= @MaxPK   BEGIN--Do whatever you are doingSET @PK = (SELECT MIN(PK) FROM #Values WHERE PK > @PK)   ENDThough i'm not too certain what […]

You rated this post out of 5. Change rating

2004-11-02

Technical Article

RE: Multiple Where Clause

  • Reply

Hi Kenneth,Thanks for the reply. The problem i have is, there will be a multiple contact nos selected from the input parameter. All the contact nos will use in the WHERE clause to select records from TableC and return the result. The contact no selected from table B can be 3 and up to 16 nos.How this can be […]

You rated this post out of 5. Change rating

2004-10-22

Technical Article

RE: Licensing Headache

  • Reply

What about traces? You can set up a trace to log your logins specifying NTuserName and LoginName and also a DatabaseName or DatabaseID field in the Data Columns for the events Audit Login and Audit Logut or Audit Login Failed. It could be done by running a script, so it would run without Profiler being open […]

2004-10-13

Technical Article

SQL Server 7.0 Denial of Service vulnerability

  • Topic

This was posted on the BugTraq security mailing list and has made a Secunia vulnerability announcement. Here is the announcement: TITLE: Microsoft SQL Server Denial of Service Vulnerability SECUNIA ADVISORY ID: SA12680 VERIFY ADVISORY: http://secunia.com/advisories/12680/ CRITICAL: Less critical IMPACT: DoS WHERE: From local network SOFTWARE: Microsoft SQL Server 7 http://secunia.com/product/8/ DESCRIPTION: securma massine has reported […]

You rated this post out of 5. Change rating

2004-09-30

3 reads

Technical Article

Cannot add domain group

  • Topic

Hi folks.   I have not seen the following before: I cannot add the security group ‘domainname\LADM SLEEC DEV’ as a login to SQL Server which complains that the group does not exist.  If I use Enterprise Manager and attempt to add the user, I can see that the group does indeed exist in the domain… Now, […]

You rated this post out of 5. Change rating

2004-09-27

Technical Article

RE: Subscription runtime

  • Reply

Scheduled subscriptions are just SQL Agent jobs. You could just change the time on the jobs, but that may have other consequences within the RS database. Another option would be to knock up a quick .net app that uses the web service to modify the times.

You rated this post out of 5. Change rating

2004-09-16

Technical Article

RE: Question of the Day for 03 Sep 2004

  • Reply

Exactly. The question should read "over 2 billion objects".  The thing the documentation doesn't indicate is whether or not that includes the system objects.  I guess when you are talking about billions, a couple hundred don't matter.  Just curious though.http://msdn.microsoft.com/library/default.asp?url=/library/en-us/architec/8_ar_ts_8dbn.asp

You rated this post out of 5. Change rating

2004-09-03

Blogs

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...

EightKB 2024 – Schedule and Registration

By

Hello Hello, We. Are. Back! The schedule for EightKB 2024 Edition has been announced!...

Inside SQL Server Backup and Restore History Pruning with sp_delete_backuphistory

By

I had a customer that was looking to document a restore that had occurred...

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