Viewing 15 posts - 226 through 240 (of 253 total)
April 21, 2005 at 11:57 am
If you use parameterized queries in asp.net you wouldnt have to do anything.
April 20, 2005 at 10:52 pm
Is the data that is going into the variables in the same format mm/dd/yyyy ?
April 19, 2005 at 9:32 pm
Does the stored proc run from Query Analyzer with hardcoded values for the parameters ?
April 19, 2005 at 5:16 pm
April 19, 2005 at 5:13 pm
May be you'all can use the Community Server forums that the ASP.NET site is using.
April 19, 2005 at 1:48 pm
Even SCOPE_IDENTITY when looked up in BOL has enough information about @@IDENTITY, IDENT_INDENT and SCOPE_IDENTITY() and which one of them is better.
April 19, 2005 at 1:43 pm
you can do :
Birthday = Sqldatetime.Null ' or even dbnull.value might work
And you would need to import the sqltypes namespace for this.
April 19, 2005 at 12:06 pm
April 19, 2005 at 12:02 pm
April 19, 2005 at 11:59 am
red = string. as soon as you type a single quote anything typed after that becomes red until you close the single quote which marks the end of the string.
April 19, 2005 at 11:50 am
From dw_dsa.dbo.e3bdjr_a4bidm e3a4
Left Join dw_dsa.dbo.JobCostDimLookupTbl jcdl on e3a4.Job = jcdl.JOB
Left Join dw_sd.dbo.Job j on e3a4.Job = j.jobcode
Left Join dw_sd.dbo.CostCode cc on (e3a4.Job =...
April 19, 2005 at 11:47 am
April 19, 2005 at 11:22 am
you can prbly use a LEFT OUTER JOIN or a RIGHT OUTER JOIN dpending on how you look at it..to get the nonmatching columns .. check out the Books On...
April 19, 2005 at 11:18 am
Viewing 15 posts - 226 through 240 (of 253 total)