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

Database

 
AnswerRe: Timeout expired Pin
r a j u u30-Oct-07 0:08
r a j u u30-Oct-07 0:08 
GeneralRe: Timeout expired Pin
r a j u u30-Oct-07 0:10
r a j u u30-Oct-07 0:10 
GeneralRe: Timeout expired Pin
Senu Gandhi30-Oct-07 0:26
Senu Gandhi30-Oct-07 0:26 
AnswerRe: Timeout expired Pin
GuyThiebaut30-Oct-07 3:36
professionalGuyThiebaut30-Oct-07 3:36 
QuestionSQL UDF Remoting Pin
Nic Rowan29-Oct-07 23:02
Nic Rowan29-Oct-07 23:02 
AnswerRe: SQL UDF Remoting Pin
andyharman30-Oct-07 7:15
professionalandyharman30-Oct-07 7:15 
QuestionCursor_sql server 2005 Pin
r a j u u29-Oct-07 21:51
r a j u u29-Oct-07 21:51 
AnswerRe: Cursor_sql server 2005 Pin
neeraj_indianic29-Oct-07 22:33
neeraj_indianic29-Oct-07 22:33 
Instead of using select * from #temp21 specify the each column name and in the date column use convert function. now your select query will be like this.

select convert(varchar,Ason,101),SubScriberEmailfrom,<br />
convert(varchar,SvcActivationDate,101),convert(varchar,PkgActivationDate,101),<br />
convert(varchar,RenewalDate,101) from #temp21

GeneralRe: Cursor_sql server 2005 Pin
r a j u u29-Oct-07 23:30
r a j u u29-Oct-07 23:30 
GeneralRe: Cursor_sql server 2005 Pin
Navdeep Bhardwaj30-Oct-07 0:10
Navdeep Bhardwaj30-Oct-07 0:10 
GeneralRe: Cursor_sql server 2005 Pin
r a j u u30-Oct-07 0:30
r a j u u30-Oct-07 0:30 
Questioninsert more than 50,000 records Pin
ganeshMohan29-Oct-07 20:45
ganeshMohan29-Oct-07 20:45 
AnswerRe: insert more than 50,000 records Pin
_Damian S_29-Oct-07 21:04
professional_Damian S_29-Oct-07 21:04 
Generalwant to know about BCP Pin
ganeshMohan30-Oct-07 5:17
ganeshMohan30-Oct-07 5:17 
GeneralRe: want to know about BCP Pin
andyharman30-Oct-07 9:52
professionalandyharman30-Oct-07 9:52 
QuestionSQL Broker Services Pin
Prashant C29-Oct-07 17:53
Prashant C29-Oct-07 17:53 
AnswerRe: SQL Broker Services Pin
Hesham Amin29-Oct-07 19:37
Hesham Amin29-Oct-07 19:37 
QuestionMultiple requests to a view? Pin
deostroll29-Oct-07 17:30
deostroll29-Oct-07 17:30 
AnswerRe: Multiple requests to a view? Pin
QPun29-Oct-07 17:50
QPun29-Oct-07 17:50 
GeneralRe: Multiple requests to a view? Pin
deostroll29-Oct-07 18:41
deostroll29-Oct-07 18:41 
QuestionMS Access Versions Pin
myNameIsRon29-Oct-07 14:41
myNameIsRon29-Oct-07 14:41 
AnswerRe: MS Access Versions Pin
Paul Conrad29-Oct-07 17:18
professionalPaul Conrad29-Oct-07 17:18 
QuestionDoCmd.OutputTo assistance needed... Pin
new_phoenix29-Oct-07 7:01
new_phoenix29-Oct-07 7:01 
QuestionError on sysobjects Pin
Vimalsoft(Pty) Ltd29-Oct-07 6:50
professionalVimalsoft(Pty) Ltd29-Oct-07 6:50 
AnswerRe: Error on sysobjects Pin
vishal_331982@sify.com29-Oct-07 18:19
vishal_331982@sify.com29-Oct-07 18:19 

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.