Forum Replies Created

Viewing 15 posts - 46 through 60 (of 654 total)

  • RE: Linked Server problem

    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...


    Everything you can imagine is real.

  • RE: passing parameters to function w/ inner join

    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


    Everything you can imagine is real.

  • RE: Correct me

    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...


    Everything you can imagine is real.

  • RE: Can't connect to sqlserver 2005 express

    can you check in your System Event Log or the Application Event Log? are there any entries that are suspicious related to your app?


    Everything you can imagine is real.

  • RE: Inserting records based on the day of the week

    Melissa Scheuer (4/23/2008)


    We are creating a schedule in SQL 2005. This schedule is constantly updated and is continuous. We need to add tasks to this schedule that could go either...


    Everything you can imagine is real.

  • RE: Data load problem.

    you can create a .net assembly which reads your excel spreadsheet.


    Everything you can imagine is real.

  • RE: Data load problem.

    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...


    Everything you can imagine is real.

  • RE: Can't connect to sqlserver 2005 express

    can you connect successfully if you use the management studio ?what if you use windows authentication are you able to connect?


    Everything you can imagine is real.

  • RE: USE with local variable

    no i don't think this is possible. you could try to use the USE in a dynamic sql statement.


    Everything you can imagine is real.

  • RE: Call Exe from Stored Procedure

    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...


    Everything you can imagine is real.

  • RE: Passing table parameter ssql server 2005

    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


    Everything you can imagine is real.

  • RE: Passing table parameter ssql server 2005

    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.


    Everything you can imagine is real.

  • RE: Secure Database Mail?

    I would be tempted to use clr and an external smtp server


    Everything you can imagine is real.

  • RE: Passing table parameter ssql server 2005

    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...


    Everything you can imagine is real.

  • RE: How does licensing work for SQL Server that powers a website?

    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...


    Everything you can imagine is real.

Viewing 15 posts - 46 through 60 (of 654 total)