Restore

Technical Article

RE: Some inteligent way of implementing?????

  • Reply

The only issue with implementing using a partitioned view is that you cannot use identity in any of your base tables, so if you have you WILL NOT see a performance improvement.  I have seen some of the same problems and a lot can be done by indexing correctly, what you are joining on, and […]

You rated this post out of 5. Change rating

2004-03-03

Technical Article

RE: Returning multiple rows from single row

  • Reply

Thanks for your quick responses.I had imagined the answer to be something like you suggest but I was hoping to avoid temporary tables.I would like to do this in a view if possible becuase it is going to be used as the data source to a report designer.I do not really want to dynamically create […]

You rated this post out of 5. Change rating

2004-03-02

Technical Article

RE: Question of the Day for 02 Mar 2004

  • Reply

I also think the answer quoted is incorrect :-BOL quotes "text in rowWhen OFF or 0 (disabled, the default), it does not change current behavior, and there is no BLOB in row. When specified and @OptionValue is ON (enabled) or an integer value from 24 through 7000, new text, ntext, or image strings are stored […]

You rated this post out of 5. Change rating

2004-03-02

Technical Article

Running a job on one server from another server

  • Topic

Please bear with me.  I'm new to SQL Server.Using a job defined with Enterprise Manager,I am currently trying to execute an .exe file on one sever from another server.  The problem I seem to be having is navigating to the executable file when some of the folders in the path have embedded blanks in the names.  […]

You rated this post out of 5. Change rating

2004-02-25

Technical Article

RE: How do you duplicate a record in Stored Procedure

  • Reply

Ben,I would go your route using an audit table.  That's what we do where I work.  We store the old and new information together in the same record, what form/page the change was made on, date, by who, etc.I would think if you stored the old and new (revised) records in the same table you will eventually […]

You rated this post out of 5. Change rating

2004-02-23

Technical Article

RE: Are partitioned views not that smart?

  • Reply

It could be a bug. Since partitioned views are relatively new, I am not sold that there are not bugs in how they work. We've stayed away becuase of the complexity here and no large tables that would force me to look at those.If you figure somethign out, please post back here, I'd be interested […]

You rated this post out of 5. Change rating

2004-02-13

Technical Article

T-SQL Validation

  • Topic

Needing to write a UDF searching for invalid KEY WORDS in a user defined SQL build.  UPDATE and SELECT are the only ones that should be allowed. DROP, TRUNC, INSERT, etc. should not be allowed.  Any help is appreciated. 

You rated this post out of 5. Change rating

2004-02-12

1 reads

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

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...

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