Topics
Started by
Posts
Last post
Hi folks, I'd like to ask advice on the code below. I've created a budget report and for each month…
1 replies
By: arun.sas
Hey all, I have been tasked with adding a table that stores all the dates for our fiscal years. I…
6 replies
By: LutzM
Hi everyone, My database table has a time field called [time], Data Type of "Numeric" length of "9…
7 replies
Hi there, I'm using the expression below to return only the month and year. I'm implementing this …
5 replies
By: GSquared
I have a proc that updates two tables. Table tOrderInfo has an Update Trigger on it.The trigger is …
5 replies
By: GSquared
I was purusing thru an old book I had and it had the RETURN Statement and @@RowCount used within a …
3 replies
By: GSquared
Hello, I would like to loop through the rows retrieved and capture the details of a particular colu…
18 replies
Trying to enable xp_cmdshell on sql 2000, but getting the following error: " The configuration opti…
3 replies
By: EdVassie
Hi, I'm looking for a way to retrieve the column info of a select query (I actually just need the s…
5 replies
I have a test table as follows: create table #test (item varchar(10), period int, fYear int, to…
9 replies
Can someone tell me why this wouldn't work? What I am trying to do is take the data from one table …
10 replies
Hello, When I run the following query if (select T0.AppObjType from oinm T0 inner join ibt1 T1 on …
4 replies
How to update via SQL 2000 if i have situation like this? update payment set Payment.OrderNo=Saleso…
1 replies
By: Garadin
How do I make only loanid distinct? select l.loanid, l.branchoffice, l.AcquiredFrom, l.previouslnnu…
12 replies
By: Garadin
Given source data as follows: Start Date, Duration, EventID 2009-10-29 1XXX 2009-10-29 2YYY 200…
6 replies
Viewing 15 topics - 1,276 through 1,290 (of 17,082 total)
You must be logged in to create new topics.