insert

Technical Article

RE: Finding & removing a space from a string

  • Reply

quote: Works like a charm, thanks! Thanks! This is my first time making suggestions on this site. I always come here for questions instead 🙂 Here's a loop to remove multiple spaces... ------------------------------------------- declare @strName varchar(100) select @strName = ' S t J a m e s ' while charindex(' ',@strName) > 0 begin select […]

You rated this post out of 5. Change rating

2003-08-20

2 reads

Technical Article

RE: poor Question of the day 7_13_2003

  • Reply

Hello Frank and Brian! quote: 'put Guest into DB_Role db_denydatareader' And => this login still has access to master. Right 🙂 But I was doing it as a counter-example. You have a 'valid' login but you cannot login. Hence you cannot execute your SELECT. So there, Answer nr 1 does not work. quote: Hans:quote: You […]

You rated this post out of 5. Change rating

2003-07-16

1 reads

Technical Article

RE: How much do you earn?

  • Reply

quote: Yes. Those are the companies that believe that you (as the lone DBA) will have plenty of free time. In Texas the salary range is anywhere between $40K - $110K. If you can find a job, that is. I have seen "serious" ads for a laundry list of skills (DBA being just another one) […]

You rated this post out of 5. Change rating

2003-06-18

Blogs

Creating a Test Pipeline in Azure DevOps using a Windows Agent

By

A customer was having some trouble getting started with Azure DevOps (AzDO) and building...

Building Studio in Public: Maintaining High Performance in Our Local Development App for Enhanced UX

By

In this post, we share the strategies and techniques we've implemented to ensure our...

Monday Monitor Tips: Changing the Fragmentation Alert

By

I had a customer that was concerned about the fragmentation alert for indexes and...

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