Friday Poll

Technical Article

RE: Selecting different records from a same column

  • Reply

Still not sure what you want to accomplish. If the idea is to fetch the two indexvalues from the database in a single statement, consider writing a stored procedure. You would pass in the necessary variables and get the two indexes back. CREATE PROCEDURE up_fetchindexvalues @month0 int, @year0 int, @month1 int, @year1 int, @index varchar(10), […]

You rated this post out of 5. Change rating

2003-06-12

Technical Article

RE: QOD 6/10/2003

  • Reply

Also agreed with viacoboni. Sorry jpipes, but the question was "what is the best way to fix the problem". To me, getting around a deadlock error by making a change that potentially introduces data integrity problems is, one, not attempting to understand the root cause of the deadlock and, two, providing a bad example for […]

You rated this post out of 5. Change rating

2003-06-10

Technical Article

RE: Logins

  • Reply

Develope an application to change sql user password and deploy it using group policy. Using group policy you can deploy an application in the client system when it starts. After deploying the application let them change the password using that application.

You rated this post out of 5. Change rating

2003-06-05

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