Parallel

Technical Article

RE: interesting query

  • Reply

If you're using dynamic SQL, you could substitute CHAR(39) for the single quote, CHAR(91) for the left bracket and CHAR(93) for the right bracket, as follows:------------------------------------------------------ DECLARE @SQL varchar(200)SELECT @SQL = 'SELECT * FROM tab1 WHERE fld1 LIKE ' + CHAR(39) + 'Ph' + CHAR(91) + '(' + 'L' + CHAR(39)EXEC(@SQL) ------------------------------------------------------It will generate the […]

You rated this post out of 5. Change rating

2004-01-16

Technical Article

RE: Database Placement

  • Reply

Personally, I don't like the thought of all DB environments on the same server.  The potential of un-wanted access or modification to the production DB is to great.  I do not have a great problem with the test DB as much as the development DB.  Development is an environment where you not only create objects but may […]

You rated this post out of 5. Change rating

2004-01-16

Technical Article

RE: SQL Server Considerations

  • Reply

quote: Can I host all the SQL Servers on one powerful machine under windows 2000? Yes but consider the traffic going to and from the server. I've found that the problem isn't the machine its the pipeline into the machine. This is a particular problem if you have some analysis software that sends complex requests […]

You rated this post out of 5. Change rating

2003-07-10

Technical Article

RE: SSWUG and PASS

  • Reply

I spend more time on this web site then SSWUG. The two sites serve different purposes so I do both. As to PASS vs. TechEd I think PASS every year and TechEd every other year works for me. I am more production focused then I am a developer. Spend more time supporting developers then coding...my […]

You rated this post out of 5. Change rating

2003-06-25

Blogs

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

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