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

Database

 
GeneralRe: select count values in sql Pin
Pete O'Hanlon21-Jan-08 4:52
mvePete O'Hanlon21-Jan-08 4:52 
Questionhow to use the keyword LIKE in the SQL query in C# statement Pin
mavii21-Jan-08 2:29
mavii21-Jan-08 2:29 
AnswerRe: how to use the keyword LIKE in the SQL query in C# statement Pin
Pete O'Hanlon21-Jan-08 4:56
mvePete O'Hanlon21-Jan-08 4:56 
AnswerRe: how to use the keyword LIKE in the SQL query in C# statement [modified] Pin
Michael Potter22-Jan-08 5:20
Michael Potter22-Jan-08 5:20 
GeneralUnable to see SQL Server Agent in Object Explorer of sqlserver 2005 Pin
Satish - Developer21-Jan-08 2:24
Satish - Developer21-Jan-08 2:24 
QuestionHow can we access a Table from a Database to the another DataBase Pin
John.L.Ponratnam21-Jan-08 1:15
John.L.Ponratnam21-Jan-08 1:15 
AnswerRe: How can we access a Table from a Database to the another DataBase Pin
pmarfleet21-Jan-08 2:02
pmarfleet21-Jan-08 2:02 
AnswerRe: How can we access a Table from a Database to the another DataBase Pin
PIEBALDconsult21-Jan-08 3:36
mvePIEBALDconsult21-Jan-08 3:36 
Doing that sort of thing is generally a bad idea.

I have some code that does that and now we want to move one of the databases to a different server and can't without breaking the code. At best we could link the servers, but I'd still have to modify the code. (And we've had trouble with linked servers in the past.)

Plus, not all database systems allow that construct so it may lock you into SQL Server.


You may want to create a view that handles the cross-database query.

Anyway, be aware of the potential problems.
Generalnewbie in Crystal report Pin
wasimsharp21-Jan-08 1:13
wasimsharp21-Jan-08 1:13 
GeneralCross post - please ignore Pin
Pete O'Hanlon21-Jan-08 1:39
mvePete O'Hanlon21-Jan-08 1:39 
GeneralEncryption / Decryption Pin
Syed Mujtaba Hassan21-Jan-08 1:11
Syed Mujtaba Hassan21-Jan-08 1:11 
GeneralRe: Encryption / Decryption Pin
StianSandberg21-Jan-08 10:19
StianSandberg21-Jan-08 10:19 
QuestionHow to Schedule a Job in sqlserver 2005 Pin
Satish - Developer21-Jan-08 0:49
Satish - Developer21-Jan-08 0:49 
AnswerRe: How to Schedule a Job in sqlserver 2005 Pin
pmarfleet21-Jan-08 2:03
pmarfleet21-Jan-08 2:03 
GeneralRe: How to Schedule a Job in sqlserver 2005 Pin
Satish - Developer21-Jan-08 2:25
Satish - Developer21-Jan-08 2:25 
GeneralRe: How to Schedule a Job in sqlserver 2005 Pin
pmarfleet21-Jan-08 2:38
pmarfleet21-Jan-08 2:38 
Generalsending mails in sqll Pin
mrcsn20-Jan-08 22:26
mrcsn20-Jan-08 22:26 
AnswerRe: sending mails in sqll Pin
Vasudevan Deepak Kumar20-Jan-08 23:49
Vasudevan Deepak Kumar20-Jan-08 23:49 
GeneralRe: sending mails in sqll Pin
SVb.net21-Jan-08 21:47
SVb.net21-Jan-08 21:47 
GeneralStored Procedure not returning any rows -- Pls Ignore[modified] Pin
meeram39520-Jan-08 21:32
meeram39520-Jan-08 21:32 
GeneralRe: Stored Procedure not returning any rows Pin
meeram39520-Jan-08 21:40
meeram39520-Jan-08 21:40 
GeneralDataReader, detecting type of SQL command Pin
PIEBALDconsult19-Jan-08 17:07
mvePIEBALDconsult19-Jan-08 17:07 
GeneralDouble Quote Issue Data Set Pin
mpavas18-Jan-08 0:27
mpavas18-Jan-08 0:27 
GeneralRe: Double Quote Issue Data Set Pin
Paul Conrad19-Jan-08 6:57
professionalPaul Conrad19-Jan-08 6:57 
GeneralRe: Double Quote Issue Data Set Pin
Mike Dimmick19-Jan-08 7:46
Mike Dimmick19-Jan-08 7:46 

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.