continuous deployment (CD)

Technical Article

Jet Version???

  • Topic

Is there any way to see what version of Jet I am running on a server?Thanks,Michael

2005-03-14

2 reads

Technical Article

RE: Returning a recordset and an output parameter

  • Reply

You could try to open the recordset in an alternative way:     g_rsData.Open cmdSubCommand, , adOpenStatic, adLockReadOnly     Set g_rsData.ActiveConnection = Nothing     m_lngDataRecordCount = cmdSubCommand.Parameters("@RecordCount") This does the trick in my applications. Erik 

2005-01-27

2 reads

Technical Article

RE: DTS: Export to Excel: "Spreadsheet Full"

  • Reply

The maximum worksheet size in Excel is 65,536 rows by 256 columns, so it sounds like you have hit that limit. However, you can of course have multiple worksheets within a workbook. This is a hell of a lot of data for a spreadsheet to handle. Perhaps the time has come to consider a database […]

You rated this post out of 5. Change rating

2004-11-08

Technical Article

RE: Permissions dilema

  • Reply

Hi everyone, I posted a response and just checked and the response is not posted for some reason. He is using Windows login. The SP has two insert statements, one is to database X on server 1 and other is to database Y on server 2. The insert to database X succeeds, and the other […]

You rated this post out of 5. Change rating

2004-09-30

Technical Article

Result sort order differs since DB Maint. Job

  • Topic

Hi All,I had users complaining about performance issues in a database, so I ran a db maintenance plan and selected the option to reorganise data and index pages.Now the performance is beautiful...however some stored procedures no longer return data in the sort order they were once in. For example I have a stored proc that […]

You rated this post out of 5. Change rating

2004-02-22

1 reads

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