Script Task

Technical Article

RE: Problem with Dates

  • Reply

Why are you preparing the SQL string to be executed in your client code anyway? Why don't you use a stored procedure here?Piggy-backing on Habib, this should be interesting:http://www.karaszi.com/SQLServer/info_datetime.asp

You rated this post out of 5. Change rating

2005-02-23

Technical Article

Working with SQL stored images in ASP.net w/C#

  • Topic

I'm going to be writing an ASP.net app in C# that stores scanned invoice images in a database along with some other information about the invoices in the record.  If there were no images involved, I'd already be halfway done, but I just don't know how to work with them yet.  I've been working with […]

2004-09-28

Technical Article

RE: How do view execute?

  • Reply

Worse than that, it's been my experience (in SQL Server 7) that a SELECT such as yours will create a separate instance of the view, in memory, for each named instance in the SELECT.  If the views have a lot of rows, that could quickly drive your server into a "swap file" run.  Perhaps they fixed […]

You rated this post out of 5. Change rating

2004-04-25

Technical Article

RE: Removing Identy using T-SQL

  • Reply

Are you sure?  What is the eaxct statement you used?  I see no support for this in the ALTER TABLE ALTER COLUMN syntax, and this certainly doesn't remove the property:use tempdbgocreate table test(id int identity)alter table test alter column id intsp_help test

You rated this post out of 5. Change rating

2004-01-19

1 reads

Technical Article

RE: Importing Zip Codes

  • Reply

Insert into Zip Select ZIP, City, County, State From ZIP_CODE_IMPORT Where ID Not in ( Select ID From ZIP_CODE_IMPORT a, Zip b Where a.Zip = b.Zip And a.City = b.City And a.Country = b.Country And a.State = b.State )

You rated this post out of 5. Change rating

2003-12-16

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