Click here to Skip to main content
15,891,785 members
Home / Discussions / Database
   

Database

 
GeneralRe: stored PROCEDURE helpp Pin
Colin Angus Mackay13-Feb-08 12:42
Colin Angus Mackay13-Feb-08 12:42 
GeneralRe: stored PROCEDURE helpp Pin
love_man00113-Feb-08 20:16
love_man00113-Feb-08 20:16 
GeneralRe: stored PROCEDURE helpp Pin
Colin Angus Mackay13-Feb-08 21:08
Colin Angus Mackay13-Feb-08 21:08 
GeneralHandling Syntax error in SQL Query Pin
rup_rj12-Feb-08 20:05
rup_rj12-Feb-08 20:05 
GeneralRe: Handling Syntax error in SQL Query Pin
Tobias Schoenig12-Feb-08 20:34
Tobias Schoenig12-Feb-08 20:34 
GeneralRe: Handling Syntax error in SQL Query Pin
sathish s12-Feb-08 22:27
sathish s12-Feb-08 22:27 
GeneralTemp Tables Created in Stored Procedures Pin
swjam12-Feb-08 16:44
swjam12-Feb-08 16:44 
GeneralRe: Temp Tables Created in Stored Procedures Pin
N a v a n e e t h12-Feb-08 19:41
N a v a n e e t h12-Feb-08 19:41 
There are two types of temporary tables. If you specify single # sign to the table name, it's local temporary table which will be unique for each session. This will be dropped automatically when connection closes. If two # sign is provided, it's global and all connections made to SQL server can access that.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions

Generalfloat type data problem Pin
vuthaianh12-Feb-08 14:44
vuthaianh12-Feb-08 14:44 
GeneralRe: float type data problem Pin
Krish - KP12-Feb-08 16:59
Krish - KP12-Feb-08 16:59 
GeneralRe: float type data problem Pin
Mark Churchill13-Feb-08 2:23
Mark Churchill13-Feb-08 2:23 
GeneralProblem with an SQL Procedure that Returns an OutPut Pin
Vimalsoft(Pty) Ltd12-Feb-08 10:13
professionalVimalsoft(Pty) Ltd12-Feb-08 10:13 
GeneralRe: Problem with an SQL Procedure that Returns an OutPut Pin
Joe12-Feb-08 19:31
Joe12-Feb-08 19:31 
GeneralRe: Problem with an SQL Procedure that Returns an OutPut Pin
Paddy Boyd12-Feb-08 23:49
Paddy Boyd12-Feb-08 23:49 
AnswerRe: Problem with an SQL Procedure that Returns an OutPut Pin
Vimalsoft(Pty) Ltd13-Feb-08 9:12
professionalVimalsoft(Pty) Ltd13-Feb-08 9:12 
GeneralSQL database login and password connection string Pin
Cory Kimble12-Feb-08 2:53
Cory Kimble12-Feb-08 2:53 
AnswerRe: SQL database login and password connection string Pin
Ashfield12-Feb-08 3:36
Ashfield12-Feb-08 3:36 
GeneralRe: SQL database login and password connection string Pin
Cory Kimble13-Feb-08 10:57
Cory Kimble13-Feb-08 10:57 
GeneralRe: SQL database login and password connection string Pin
Cory Kimble13-Feb-08 10:57
Cory Kimble13-Feb-08 10:57 
GeneralDisplay Duplicate Rows Only once Pin
Kodanda Pani12-Feb-08 2:23
Kodanda Pani12-Feb-08 2:23 
GeneralRe: Display Duplicate Rows Only once Pin
Paddy Boyd12-Feb-08 2:53
Paddy Boyd12-Feb-08 2:53 
GeneralRe: Display Duplicate Rows Only once Pin
Kodanda Pani12-Feb-08 12:30
Kodanda Pani12-Feb-08 12:30 
GeneralRe: Display Duplicate Rows Only once [modified] Pin
David Branscome12-Feb-08 12:43
David Branscome12-Feb-08 12:43 
GeneralAn acute problem with MSMDPump.dll Pin
Vasudevan Deepak Kumar12-Feb-08 2:13
Vasudevan Deepak Kumar12-Feb-08 2:13 
Questioncan any one tell , what is the best use of view, how to create and execute, how to user trigger, i try...... Pin
Shaik Haneef12-Feb-08 1:33
Shaik Haneef12-Feb-08 1:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.