Viewing 15 posts - 16 through 30 (of 39 total)
i have gone through this link.
but the problem is i don't want to work with registry keys on the
server.One wrong step and the whole system can be down.
Any more help...
September 9, 2005 at 4:39 am
Is there any method so that my program which uses Truncate table command under a
DBUser and DBRole can work
September 8, 2005 at 4:38 am
I got the solution.
We can get the number of columns by usifn the below line of code.
SELECT COUNT(*) FROM tempdb.dbo.syscolumns WHERE [id] = object_id('tempdb.dbo.#T')
July 4, 2005 at 1:47 am
Thanks David this was really a nice reply.!It worked
July 4, 2005 at 1:43 am
Hi amish i tried doing the below statements i am not able to get the results
CREATE tABLE #T
(
A int,
b int
)
select * from #T
Insert...
July 4, 2005 at 1:40 am
yes we can do a loop.
But if My number table is #Number table 'a # table in stored procedure'
Then how can i find the loop termination value.i.e till how many...
June 30, 2005 at 11:59 pm
Can we find total number of columns of a #Table in side a stored procedure
June 30, 2005 at 11:53 pm
Thanks,Let me have alook on the link u send me.
I have another issue i want the top header to be populated in a table.
If we dio it from below query...
June 27, 2005 at 9:17 am
If we convert it into csv also it doesn't come.....
Please ignore the csv part of the aboove question.
I will again retype the question
My question is :-
Hi i have a...
June 27, 2005 at 12:54 am
Thanks for the reply but my data base is very compalex it has around
18 tables with almost 20- 25 excel sheets.
How about DTS can we perform the jobs?
June 15, 2005 at 1:41 am
Thanks Paul and steve.
I will place the same question In DTS section ion order to get some more expert advice.
June 13, 2005 at 7:35 am
Thanks aPaul and steve.
I will place the same question In DTS section ion order to get some more expert advice.
June 13, 2005 at 7:34 am
Viewing 15 posts - 16 through 30 (of 39 total)