Viewing 15 posts - 1 through 15 (of 19 total)
Thank you guys for all your comments, it's really appreciated. I have learnt great deal.
JRJ
June 22, 2008 at 1:25 pm
That's possible. How can I change a views definition in a proc? Also I am deeling with duplicate indexes, is that ok?
thanks
June 22, 2008 at 1:44 am
Thanks Jeff, I don't how to implement this in DTS, I need to switch each time destination table, so I need to track what table is being used in the...
June 21, 2008 at 11:18 am
Sorrry Jeff, I went to bed after my last reply.....
Yes every import is a complete replacement of old and new data.
June 21, 2008 at 8:06 am
Thanks for your reply, sorry about the wrong naming.
Regarding my second query, I am deeling with constantly changing existing data as well as new data; if I don't delete, then...
June 20, 2008 at 6:01 pm
I think if you check the box 'force restore over existing database' (on the option tab; next to general tab on the EM restore utility), it will work.
June 20, 2008 at 5:04 pm
Thanks guys for your response, it's really useful. I am just wondering which one will be faster when I deel with some 50,000 records: the one with temp table as...
June 20, 2008 at 4:39 pm
Thanks very much, that works.
JRJ
June 20, 2008 at 1:09 am
Thanks very much for your time, I really appreciate it. How about if I create a variable in an object (activeX and register it on the webserver) and get the...
June 12, 2008 at 2:25 am
Thanks for your response. I think I am doing more or less similar way as you. I need to figure out whether I can encrypt the connection details in my...
June 11, 2008 at 9:56 am
Thanks Chirac for your time. I gave only read permission for the external login.
June 10, 2008 at 7:24 am
thanks for your reply. I think your understood the situation properly, however I will explain the situation once more in detail.
The internal users create some reports related to the...
June 10, 2008 at 1:18 am
External and normal users connect through the web page, however normal users have user accounts in our domain and external users don't.
I need to differentiate the external users, for...
June 9, 2008 at 9:24 am
sorry, you should have a single quote as follows:
select isNull(c1, '') + isNull(c2, '') + isNull(c3, '') as Combined from table .....
June 7, 2008 at 7:43 am
I think you could use isNull function to give you an empty string when any column is null as follows:
select isNull(c1, "") + isNull(c2, "") + isNull(c3, "") as...
June 7, 2008 at 7:29 am
Viewing 15 posts - 1 through 15 (of 19 total)