data privacy

Technical Article

RE: How do I delete the corresponding row?

  • Reply

Please copy the whole SQL again from my previous post, I have edited it in several places. sickid was changed to minsickid in the JOIN "ON" clause and also in the WHERE clause.If you still have problems, wait a minute till I create the tables here and some sample data, so that I can test […]

2005-03-31

Technical Article

RE: SHOWCONTIG Data

  • Reply

Reindexing is a big issue here.  I'm new to the company and the database is a vendor supplied system.  I'm working with them at the moment. The clustered index looks good in all area's.  I reindexed the table yesterday and within 5 hours, a couple of the non clustered indexes had a scan density of around […]

2005-03-31

Technical Article

RE: Access via User Groups

  • Reply

The group shouldn't be a SQL login. It should be a Windows login. Also, it must be a global or universal domain group. Verify the group in question isn't a local domain group. Local domain groups are not accessible outside of the domain.

2005-03-16

Technical Article

RE: Changing SQL Server Service Accounts - Problem with xp_cmdshell

  • Reply

I may have found the answer to my problem.  I still needed to add user rights to the account I was using to start up the services.The user rights I added are :        Act as part of the Operation SystemIncrease QuotasLog on as a service        Replace a process level tokenAre there any other user rights […]

2005-02-20

Technical Article

RE: Import external data

  • Reply

Insert into a temp table that will be blown away. Then create an "unmatched" query by left joining my existing table with the temp table. Off the top of my head INSERT INTO tblExistingTable (Field1, Field2,etc..) SELECT TT.Field1, TT.Field2, TT.Field3 FROM #TempTable AS TT LEFT JOIN tblExistingTable AS ET ON TT.SomeUniqueField = ET.SomeuniqueField --THis is […]

2005-02-15

Blogs

Simple Talks Episode 7

By

The season 1, seventh episode of Simple Talks is out. Check it out, with...

A New Word: the McFly effect

By

the McFly Effect – n. the phenomenon of observing your parents interact with people...

Key mappings in Visual Studio Code

By

At a recent conference I was asked how I executed code during my presentation....

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