Viewing 15 posts - 46 through 60 (of 68 total)
Are declaring variables and if statements considered part of T-SQL? They're more VBA than SQL from an overview
February 22, 2012 at 8:58 am
Works great. Is there a good article about how the row_number() function works? I did a google search, but the pages that are listed don't really explain how the...
February 13, 2012 at 12:05 pm
You can only return one part (day, month, or year) of the date with datepart, not the whole date
February 7, 2012 at 10:45 am
wow jimbo, as always another vanilla answer with no details
February 2, 2012 at 11:21 am
Hi John,
What should my expression be when I am using the Derived Column Transformation Editor? I tried "cast(getdate() as date)", but I am getting an error
February 2, 2012 at 9:17 am
What should my FROM statement be if I am writing a custom query? ie. If my Access database location is "I:\databases\quarterdata.mdb", how do I phrase that in my FROM...
February 2, 2012 at 8:32 am
I created a SSIS file using the wizard. But when I open the SSIS file, I don't see an option to change the destination table name
February 2, 2012 at 8:22 am
I have another table on the server with the same name. Anyway to import with a different name by default?
February 2, 2012 at 8:13 am
Access automatically inserts the "#"s around a date (as long as the column you are setting your criterion off of is in date format). Because of this, you should...
January 31, 2012 at 12:47 pm
gratz
January 25, 2012 at 2:02 pm
I am looking to get an integer (the number of days between the 2 dates)
January 24, 2012 at 7:40 am
Is there a way to get the numeric value of the date only (with 0:00 time) and use it in a subtraction?
This is what I have right now, but I...
January 23, 2012 at 4:17 pm
Did some testing. I am able to run
sum(CASE
WHEN [days old] <= 0 THEN [balance remaining]
ELSE 0
...
January 23, 2012 at 3:36 pm
Viewing 15 posts - 46 through 60 (of 68 total)