SQL Server Express

Technical Article

RE: Workaround needed to run sp_addlogin

  • Reply

Personally, I'd abstract it. Set up a table and have the Access front end insert users into this. Then have a stored procedure the reads this table (top 1) and runs sp_addlogin to create the login. then marks or deletes the entry and repeats. You could schedule this to run every minute or run it […]

2003-07-02

Technical Article

RE: Locking problem

  • Reply

"It actually is like this: Begin Tran, Insert into Table1 (on connection1), Select max() from table1 (on connection1) then insert into table2 (on connection2)." Because your Insert is still uncommitted, it is not the max-function (cursor or not) that holds your locks (it can give you a reliable result because it with the same connection, […]

2003-07-02

Technical Article

RE: Slow Distinct Query

  • Reply

is member_id a primary key or a part of the primary key? From may exp. when I call the primary keys in the select statement, SQL engine uses the index fully; Try not use distinct, but group by;makes it faster regards lmt

2003-06-30

2 reads

Technical Article

RE: Directly importing data from an email

  • Reply

Hi roadrunner, quote: Is there a way to import data directly from an MS Outlook email into a SQL2000 table without exporting the data to a text file first? several ways to do this without flatfiles. i guess most easy is using the Exchange ODBC? Driver from M$, but I don't know if it's still […]

2003-06-27

Technical Article

RE: SQL Server Agent fails to start - no error msg

  • Reply

Hi Frank, It was nice that you tried to help. Here are some further answers: - 0 connection limit I also don't understand exactly but I think it means no limit. I also found it on the Internet and it seems to be ok. - the 'DBMSSHRN.DLL' is used by SQL Server for shared memory […]

You rated this post out of 5. Change rating

2003-06-20

1 reads

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