Click here to Skip to main content
15,900,461 members
Home / Discussions / Database
   

Database

 
GeneralRe: Move to previous recors Pin
hamid_m22-Mar-07 6:16
hamid_m22-Mar-07 6:16 
GeneralRe: Move to previous recors Pin
Mairaaj Khan22-Mar-07 10:44
professionalMairaaj Khan22-Mar-07 10:44 
GeneralRe: Move to previous recors Pin
hamid_m22-Mar-07 11:13
hamid_m22-Mar-07 11:13 
Questionstore & retrive(play) audio file in\from database [modified] Pin
shriku2421-Mar-07 6:12
shriku2421-Mar-07 6:12 
AnswerRe: store & retrive(play) audio file in\from database Pin
Colin Angus Mackay21-Mar-07 7:43
Colin Angus Mackay21-Mar-07 7:43 
GeneralRe: store & retrive(play) audio file in\from database Pin
N a v a n e e t h21-Mar-07 18:44
N a v a n e e t h21-Mar-07 18:44 
GeneralRe: store & retrive(play) audio file in\from database Pin
Colin Angus Mackay21-Mar-07 22:30
Colin Angus Mackay21-Mar-07 22:30 
QuestionQuerying SQL2005 in C# on Current DateTime Pin
briwright21-Mar-07 5:29
briwright21-Mar-07 5:29 
Can't get the simplest query to work. I am moving from Coldfusion to ASP.NET and having extreme headaches trying to get the most basic query to run. I want to query one table and pull all rows where the date in one column is equal to the current system date (simple enough). My query is as follows:
<p>
<pre>
SELECT [NoticeDate], [NoticeTitle], [NoticeDetails], [NoticeID]
FROM tbl_notice
WHERE @NoticeDate = 'DateTime.Now'
</pre>
<p>
I have also tried WHERE @NoticeDate = 'GetDate()'

I am using VWD Express (C#) querying a SQL 2005 DB. Thanks.
AnswerRe: Querying SQL2005 in C# on Current DateTime Pin
Pete O'Hanlon21-Mar-07 5:41
mvePete O'Hanlon21-Mar-07 5:41 
AnswerRe: Querying SQL2005 in C# on Current DateTime Pin
Laxman Auti21-Mar-07 5:50
Laxman Auti21-Mar-07 5:50 
QuestionIs there and difference between .mdf file in MSSQL & SQLEXPRESS? Pin
sir_moreno21-Mar-07 1:38
sir_moreno21-Mar-07 1:38 
AnswerRe: Is there and difference between .mdf file in MSSQL & SQLEXPRESS? Pin
Colin Angus Mackay21-Mar-07 4:57
Colin Angus Mackay21-Mar-07 4:57 
GeneralRe: Is there and difference between .mdf file in MSSQL & SQLEXPRESS? Pin
sir_moreno21-Mar-07 5:18
sir_moreno21-Mar-07 5:18 
GeneralRe: Is there and difference between .mdf file in MSSQL & SQLEXPRESS? Pin
Pete O'Hanlon21-Mar-07 5:23
mvePete O'Hanlon21-Mar-07 5:23 
GeneralRe: Is there and difference between .mdf file in MSSQL & SQLEXPRESS? Pin
sir_moreno21-Mar-07 6:09
sir_moreno21-Mar-07 6:09 
QuestionHow to avoid primary key violation error Pin
JeyKey21-Mar-07 0:15
JeyKey21-Mar-07 0:15 
AnswerRe: How to avoid primary key violation error Pin
Pete O'Hanlon21-Mar-07 0:39
mvePete O'Hanlon21-Mar-07 0:39 
GeneralRe: How to avoid primary key violation error Pin
JeyKey21-Mar-07 0:45
JeyKey21-Mar-07 0:45 
GeneralRe: How to avoid primary key violation error Pin
Pete O'Hanlon21-Mar-07 2:43
mvePete O'Hanlon21-Mar-07 2:43 
AnswerRe: How to avoid primary key violation error Pin
scottgp21-Mar-07 3:12
professionalscottgp21-Mar-07 3:12 
QuestionInsert into SQL Problem Pin
Memo Soso20-Mar-07 23:13
Memo Soso20-Mar-07 23:13 
AnswerRe: Insert into SQL Problem Pin
N a v a n e e t h20-Mar-07 23:15
N a v a n e e t h20-Mar-07 23:15 
GeneralRe: Insert into SQL Problem Pin
Colin Angus Mackay20-Mar-07 23:25
Colin Angus Mackay20-Mar-07 23:25 
GeneralRe: Insert into SQL Problem Pin
Memo Soso20-Mar-07 23:30
Memo Soso20-Mar-07 23:30 
GeneralRe: Insert into SQL Problem Pin
Colin Angus Mackay20-Mar-07 23:37
Colin Angus Mackay20-Mar-07 23:37 

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.