Viewing 15 posts - 46 through 60 (of 654 total)
is it a requirement to use linked servers? there is a better way of exporting your data to excel. Query it using the VB .net app and then easily export...
April 24, 2008 at 11:52 am
you are using the table values function in a wrong manner. create your function as a scalar function.then it should work fine. let us know if you still have problems
April 24, 2008 at 11:41 am
its quite difficult to help on this one with out the data. BUT
comment out most of your code and debug it bit by bit, that is the best way for...
April 24, 2008 at 11:38 am
can you check in your System Event Log or the Application Event Log? are there any entries that are suspicious related to your app?
April 24, 2008 at 11:33 am
Melissa Scheuer (4/23/2008)
April 23, 2008 at 2:50 pm
you can create a .net assembly which reads your excel spreadsheet.
April 23, 2008 at 2:41 pm
If it's a ton of columns (it looks like it is), you could build the insert statement into a dynamic command, and then use sys.columns to step through them with...
April 23, 2008 at 2:37 pm
can you connect successfully if you use the management studio ?what if you use windows authentication are you able to connect?
April 23, 2008 at 2:31 pm
no i don't think this is possible. you could try to use the USE in a dynamic sql statement.
April 22, 2008 at 10:31 am
Yasir, why do you want to call power builder from a stored proc?if you dont mind you can tell us your problem and then we can try to suggest a...
February 3, 2008 at 12:48 pm
I like JohnG's solution. Daniela I don't know how much experience you have with SQL development but try to develop something that is somewhat futureproof i.e. scalable and robust
November 28, 2007 at 12:34 pm
the problem with your solution is that you might over the limit for the characters. which sql data type are you using when passing your string.
November 28, 2007 at 1:52 am
I would be tempted to use clr and an external smtp server
November 27, 2007 at 4:30 pm
What do you want to achieve, your question is rather confusing to me?
First thing that comes to mind is what has been said above and secondly you can consider sending...
November 27, 2007 at 3:56 pm
you need to get a cpu license, where you will be buying a license for each processor on the machine running the sql server.
http://www.microsoft.com/sql/howtobuy/sqlserverlicensing.mspx
and the word doc
if still in doubt...
November 27, 2007 at 3:52 pm
Viewing 15 posts - 46 through 60 (of 654 total)