Click here to Skip to main content
15,905,229 members
Home / Discussions / Database
   

Database

 
QuestionDatabase Migration to SQL SERVER 2008 Pin
rajg8225-Aug-08 1:34
rajg8225-Aug-08 1:34 
AnswerRe: Database Migration to SQL SERVER 2008 Pin
ChandraRam25-Aug-08 1:44
ChandraRam25-Aug-08 1:44 
RantYour work Pin
David Mujica25-Aug-08 3:32
David Mujica25-Aug-08 3:32 
JokeRe: Your work Pin
Paul Conrad25-Aug-08 8:08
professionalPaul Conrad25-Aug-08 8:08 
AnswerRe: Database Migration to SQL SERVER 2008 Pin
Jerry Hammond25-Aug-08 10:21
Jerry Hammond25-Aug-08 10:21 
QuestionDate clash with Visual Studio 2008 Pin
span9824-Aug-08 22:16
span9824-Aug-08 22:16 
AnswerRe: Date clash with Visual Studio 2008 Pin
Colin Angus Mackay25-Aug-08 2:53
Colin Angus Mackay25-Aug-08 2:53 
GeneralRe: Date clash with Visual Studio 2008 Pin
span9825-Aug-08 3:07
span9825-Aug-08 3:07 
Can you explain the parameterised query for me? I am requesting certain data from within a table and wanting the results between 2 certain dates. So my query looks something like this:

select top (1) count([destination telephone no]), [destination telephone no]
from calls
where (Name LIKE '%' + @name + '%') AND ([DateTime] >= @start) AND ([DateTime] <= @end)
group by [Destination Telephone No]
order by count([destination telephone no])

So I am requesting the info for that specific time period. @start and @end being my controls on my .aspx side
GeneralRe: Date clash with Visual Studio 2008 Pin
Colin Angus Mackay25-Aug-08 3:15
Colin Angus Mackay25-Aug-08 3:15 
GeneralRe: Date clash with Visual Studio 2008 Pin
span9825-Aug-08 3:28
span9825-Aug-08 3:28 
GeneralRe: Date clash with Visual Studio 2008 Pin
Colin Angus Mackay25-Aug-08 3:44
Colin Angus Mackay25-Aug-08 3:44 
GeneralRe: Date clash with Visual Studio 2008 Pin
span9825-Aug-08 3:57
span9825-Aug-08 3:57 
GeneralRe: Date clash with Visual Studio 2008 Pin
Colin Angus Mackay25-Aug-08 4:25
Colin Angus Mackay25-Aug-08 4:25 
GeneralRe: Date clash with Visual Studio 2008 Pin
span9825-Aug-08 20:49
span9825-Aug-08 20:49 
AnswerRe: Date clash with Visual Studio 2008 Pin
Ashfield26-Aug-08 0:26
Ashfield26-Aug-08 0:26 
QuestionIs there any Front end client to DB2 DBMS? Pin
fantasy121524-Aug-08 19:01
fantasy121524-Aug-08 19:01 
QuestionRe: Is there any Front end client to DB2 DBMS? Pin
fantasy121524-Aug-08 23:20
fantasy121524-Aug-08 23:20 
AnswerRe: Is there any Front end client to DB2 DBMS? Pin
Chris Quinn27-Aug-08 3:00
Chris Quinn27-Aug-08 3:00 
Questionrecursive query and cte Pin
Ebube24-Aug-08 1:56
Ebube24-Aug-08 1:56 
AnswerRe: recursive query and cte Pin
Blue_Boy24-Aug-08 9:50
Blue_Boy24-Aug-08 9:50 
QuestionTrying to find SSMS after install of SQL Server Pin
Member 391904923-Aug-08 16:58
Member 391904923-Aug-08 16:58 
AnswerRe: Trying to find SSMS after install of SQL Server Pin
Jerry Hammond23-Aug-08 17:29
Jerry Hammond23-Aug-08 17:29 
AnswerRe: Trying to find SSMS after install of SQL Server Pin
SimulationofSai24-Aug-08 20:30
SimulationofSai24-Aug-08 20:30 
QuestionPostgreSQL bootstrap installer VS2005 Pin
dybs23-Aug-08 10:17
dybs23-Aug-08 10:17 
QuestionException with Access Database on Windows Vista Pin
Eng Mohammed Osman23-Aug-08 6:22
Eng Mohammed Osman23-Aug-08 6:22 

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.