sieve

Technical Article

RE: Outer join failing

  • Reply

use this way to find out what exactly the problem is. Outerjoins in where clauses have troubled me more then once. Using the JOIN-sintax it solved my problems most of the time or showed me semantic errors. FROM dbo.PO_Projects as po_projects left join dbo.PO_Custom_TextSmall2 as PO_Custom_TextSmall2 on poprj_UID = PO_Custom_TextSmall2.LinkID left join dbo.PO_Custom_TextSmall1 on poprj_UID […]

You rated this post out of 5. Change rating

2003-06-23

Technical Article

RE: Create DB Users for New Databases

  • Reply

How about this (ker-lunk!) declare @dbname as varchar(100) declare @strSQL as varchar(100) declare @strSQLCommand as varchar(100) set @strSQLCommand='exec sp_adduser ''Victoria'', ''Victoria'', ''db_owner''' set @dbname='Whatever' -- your db loop here set @strsql='USE ' + @dbName + '; ' + @strSQLCommand + ';' exec(@strSQL)

You rated this post out of 5. Change rating

2003-06-19

Blogs

Enabling an Index: #SQLNewBlogger

By

I don’t do a lot of work with disabled index, but I learned how...

Back to Boston for SQL Saturday

By

I’m leaving again tomorrow for a trip. This time I head back to Boston...

T-SQL Tuesday #179: What’s In Your Data Detective Toolkit?

By

Most of us who work with data have, at least a few times, been...

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