Click here to Skip to main content
15,903,743 members
Home / Discussions / Database
   

Database

 
GeneralRe: sql reporting services Pin
Wendelius15-Dec-08 5:45
mentorWendelius15-Dec-08 5:45 
QuestionShould I store flash advertisements in DB? Pin
Mohammad A Gdeisat11-Dec-08 0:29
Mohammad A Gdeisat11-Dec-08 0:29 
AnswerRe: Should I store flash advertisements in DB? Pin
Wendelius11-Dec-08 5:35
mentorWendelius11-Dec-08 5:35 
GeneralRe: Should I store flash advertisements in DB? Pin
Mohammad A Gdeisat11-Dec-08 5:55
Mohammad A Gdeisat11-Dec-08 5:55 
GeneralRe: Should I store flash advertisements in DB? Pin
Wendelius11-Dec-08 6:08
mentorWendelius11-Dec-08 6:08 
GeneralRe: Should I store flash advertisements in DB? Pin
Mohammad A Gdeisat11-Dec-08 6:12
Mohammad A Gdeisat11-Dec-08 6:12 
QuestionStore Multiple values in one Column. Pin
astrovirgin10-Dec-08 21:54
astrovirgin10-Dec-08 21:54 
AnswerRe: Store Multiple values in one Column. Pin
HemJoshi11-Dec-08 0:21
HemJoshi11-Dec-08 0:21 
1. First Create a temp tabel.
2. Then count the now of row in the first table.
3. use loop while < rownum
Then add the column in the temp table using the below dynamic query
( set @colname = @colname + ' ALTER TABLE #Temp ADD col'+
cast(@count as varchar(10)) + ' decimal(10, 2) NULL '
exec(@colname) )
4. using cursers update the different column values.
AnswerRe: Store Multiple values in one Column. Pin
Paddy Boyd11-Dec-08 2:06
Paddy Boyd11-Dec-08 2:06 
Question.NET assembly in SQL Server 2005 [modified] Pin
Sampath Herath10-Dec-08 18:49
Sampath Herath10-Dec-08 18:49 
AnswerRe: .NET assembly in SQL Server 2005 Pin
Wendelius11-Dec-08 7:22
mentorWendelius11-Dec-08 7:22 
QuestionMerge cells in query result Pin
dan!sh 10-Dec-08 18:31
professional dan!sh 10-Dec-08 18:31 
AnswerRe: Merge cells in query result Pin
Mycroft Holmes10-Dec-08 20:22
professionalMycroft Holmes10-Dec-08 20:22 
GeneralRe: Merge cells in query result Pin
dan!sh 10-Dec-08 21:00
professional dan!sh 10-Dec-08 21:00 
GeneralRe: Merge cells in query result Pin
Mycroft Holmes10-Dec-08 21:44
professionalMycroft Holmes10-Dec-08 21:44 
QuestionMirror changed DataTable to old DataTable (ADO.NET) Pin
David Hovey10-Dec-08 10:22
David Hovey10-Dec-08 10:22 
AnswerRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
Wendelius10-Dec-08 10:39
mentorWendelius10-Dec-08 10:39 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
David Hovey10-Dec-08 11:15
David Hovey10-Dec-08 11:15 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
Wendelius10-Dec-08 11:25
mentorWendelius10-Dec-08 11:25 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
David Hovey10-Dec-08 11:31
David Hovey10-Dec-08 11:31 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
Wendelius10-Dec-08 11:45
mentorWendelius10-Dec-08 11:45 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
David Hovey10-Dec-08 18:28
David Hovey10-Dec-08 18:28 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
Wendelius11-Dec-08 4:23
mentorWendelius11-Dec-08 4:23 
QuestionSQL case function to check for charindex as '' or ',' Pin
Trustapple10-Dec-08 8:17
Trustapple10-Dec-08 8:17 
AnswerRe: SQL case function to check for charindex as '' or ',' Pin
Wendelius10-Dec-08 8:29
mentorWendelius10-Dec-08 8:29 

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.