security

Technical Article

RE: Import text file without sorting

  • Reply

Actually it should import in row order if there is no clustered index. Are you expecting to "select" the data and get it back in this order? There is no guarentee of this. If this is what you want, add an identity column to your table, import into it and select by the identity column. […]

You rated this post out of 5. Change rating

2003-04-30

1 reads

Technical Article

RE: DTS with vbscript & Excel Validation Object

  • Reply

Much thanks to Chip Pearson in the microsoft.public.scripting.vbscript news group for posting the links to www.cpearson.com/zips/xlconsts.zip and www.cpearson.com/zips/xlobjects.zip The numeric translations for my variables was containted within. The correct line should read as follows: wkbnew.worksheets(1).range(rowcol).validation.add 3, 1, 1, "=$A$1:$A$4" Peace Out!

You rated this post out of 5. Change rating

2003-04-30

2 reads

Technical Article

RE: xp_cmdshell, DIR and remote machine

  • Reply

Greg, this is true if you have sysadmin rights for the box (which is the minimum required to execute xp_cmdshell unless addition GRANT statements are executed). However, if a user isn't a sysadmin, SQL Server will use the SQL Server Proxy Agent account, provided this is set. Of course, if the statement is executed as […]

You rated this post out of 5. Change rating

2003-04-29

1 reads

Technical Article

RE: For the love of...

  • Reply

Well, this is certainly a pickle. First, thank you to everyone for your time. Much to my embarassment it seems to be an ASP issue after all. Being that the entire framework is for business logic abstraction, there's quite a few reference tosses of the ADO Connection object bouncing around and it ultimately lands on […]

You rated this post out of 5. Change rating

2003-04-29

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