Viewing 15 posts - 16,741 through 16,755 (of 18,926 total)
Hence the best practice of having everything owned by dbo (or at least the same user).
Thanx for pointing that out Chris.
June 15, 2005 at 8:18 am
I'd go farther in that statement, make a function that returns the computed column. So you can reuse the logic somewhere else.
But if you want more help, I defenitly suggest...
June 15, 2005 at 8:16 am
How long would it take to modify the application?
Also why r u using decimal(10,0)?
Can't you use a bigint, or int instead? It would propabely solve the problem and also allow...
June 15, 2005 at 8:13 am
I know what a textarea is
. I haven't coded in html for a while but I remeber the basics
June 15, 2005 at 8:11 am
Can't you simply the query from the vb componant?
June 15, 2005 at 8:10 am
Select * from dbo.Contracts where DateContrat >=dateadd(D, 0, datediff(D, 0, GetDate())) and < dateadd(D, 1, datediff(D, 0, GetDate()))
June 15, 2005 at 7:52 am
Is this solution working for you or I still need to knock it out?
June 15, 2005 at 7:50 am
DTS will append all the data, or truncate/reinsert all.
I like the control of the insert statement.
June 15, 2005 at 7:35 am
In order for it to be created, the table has to go in tempdb. The notion of created in memory comes from the fact that very small tables will...
June 15, 2005 at 7:21 am
Don't worry Farrell, I'm sure my version won't work
.
June 15, 2005 at 7:07 am
Can you post what you have... will be faster to correct that than to find a vbs version.
June 15, 2005 at 7:04 am
Not sure of what you're talking about. Can I see some code?
June 15, 2005 at 7:03 am
Viewing 15 posts - 16,741 through 16,755 (of 18,926 total)