Monitor

Technical Article

RE: Linked server to MS Access...

  • Reply

Thank you for a reply, but it doesn't work. On EM I get the same error as earlier:Error 7399: OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error. OLE DB error trace [OLE/DB Provider 'Microsoft.Jet.OLEDB.4.0' IDBInitialize::Initialize returned 0x80004005: ]. Trying to execute select statement through QA I get the following: Server: Msg 7399, Level 16, State 1, Line 1 […]

2005-05-26

3 reads

Technical Article

performance using like

  • Topic

What is the difference in  performance/response time if I query by;Select * from customer where cust_id='ANNE'or Select * from customer where cust_id like 'ANNE%'or Select * from customer where cust_id='ANNE'Assumption : 500,000 records in table customer                : record length=500                : cust_id is not unique 

2005-05-25

Technical Article

RE: Contest 200401 - Try SQLCompare from Red Gate

  • Reply

If the contest is still on why does the email address no longer work?Hi. This is the qmail-send program at lance.cordhosting.com.I'm afraid I wasn't able to deliver your message to the following addresses.This is a permanent error; I've given up. Sorry it didn't work out.<contest200401@sqlservercentral.com>:This address no longer accepts mail.

You rated this post out of 5. Change rating

2004-02-13

Technical Article

RE: Result of dynamic query in variable

  • Reply

But Somehow i am again where i was before when i create the function using same statements Example: Create Function fnTest123() Returns varchar(255) As Begin declare @SQL nvarchar(4000) declare @Params nvarchar(4000) declare @name varchar(255) select @SQL = 'Select @nm = name from sysobjects where id = 1' select @Params = '@nm varchar(255) output' EXECUTE sp_executesql […]

You rated this post out of 5. Change rating

2003-12-15

2 reads

Blogs

Step Up Your Data Game: Learn Advanced SQL Techniques for Analysis

By

In the modern data-centric landscape, SQL stands out as the dominant tool. It's essential...

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

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