azure sql database

Technical Article

RE: SQL query question

  • Reply

select * from MyTable where (field1=@value1 or @value1 is null) and (field2=@value2 or @value2 is null)That saves you from "pattern matching" for different types

2004-03-04

Technical Article

RE: SQL Injection - Part 1

  • Reply

The active account should not even be a DBO in the database(s) it uses. I recommend creating at least two db roles, one for general users and one for administrative access. Each role should only have permission to execute the stored procedures relevant to the role.This might be a little off-topic but is security ever […]

2004-02-25

Technical Article

funny results using view to oracle ...

  • Topic

getting unexpected results when using a view with data from a linked oracle DB. Here's the case. I created a view in SQL and joined to the linked oracle db. the view works fine when i select all data from the view, however when i add a where clause such as "select * from my_view […]

2004-02-19

3 reads

Technical Article

RE: crc error in transaction log

  • Reply

Well I answered the question myself, NO I can't just delete the transaction log.  Fortunetly for me a complete chkdisk managed to correct the issue, I only had to wait for  a shut down opportunity.Dave 

2004-02-14

Technical Article

RE: Question of the Day for 29 Jan 2004

  • Reply

I wish Microsoft would invent a license that caters for home use.  I know you can get learning editions of VB and VC and VC# but it would be great if there was a learning edition of Visual Studio et al at a greatly reduced rate.A learning edition of Microsoft's server products would be useful […]

You rated this post out of 5. Change rating

2004-01-29

Technical Article

RE: Partial subscription

  • Reply

Just found a couple of SPs and wonder if this will work:1. You create a publication with N - articles2. Subscribe all servers that need at least one article from it.3. Use: sp_dropsubscription @publication = 'publication', @article = 'article', @subscriber = 'subscriber'to remove the articles not needed on particular subscriber. 4. If you need them […]

2004-01-27

1 reads

Technical Article

RE: Transactional Backups for archived data

  • Reply

jcool has a good point regarding referential integrity, constraints, and such. This could be an issue, but not impossible. As long as Primary keys stay unique and can never be duplicated. My suggestion for being able to recover the data is to archive it to another table or set of tables. Maybe even in another […]

You rated this post out of 5. Change rating

2003-12-09

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