Forum Replies Created

Viewing 15 posts - 1,681 through 1,695 (of 1,883 total)

  • RE: datetime

    Hi,

    Good discussion. Now, what is everyone's opinion on how it is better to compare dates, for exaple to select all records for today? There are 2 ways to do that,...

  • RE: Getting all disks size

    Here could be a solution. Use WMI script inside vbs file. WMI is Windows Management Instrumentation and is designed for this kind of tasks. Create a new text document, copy...

  • RE: Importing a CSV file to SQL server

    Nick,

    Here is what you have to try. For example I created 2 tables:

    BIGTABLE (FisrName,LastName,CustData) - this is a prototype of your production table

    TEMPDATA (FN,LN,CD) - this is a prototype...

  • RE: Question of the Day for 04 Jan 2005

    I would modify the question to specify what connection info has changed. Was it for the Report Server database or connection information for a report.

  • RE: SQL Server install rights on Windows 2003

    Hi Marcus,

    It looks like you are going to use non-administrative login for SQL Server if you need to set up rights explicitly. A login that is a member of Administrators...

  • RE: Importing a CSV file to SQL server

    Nick,

    Cursors are like recordsets where you are at a particular record, can analyze it and move to the next record. This is different from default SQL Result set that comes...

  • RE: Importing a CSV file to SQL server

    Nick,

    I am taking a day off tomorrow but may login from home once or twice. I will be working Friday morning and then we have Monday off. I will try...

  • RE: Importing a CSV file to SQL server

    Nick,

    You may pre-process if you have yesterday's file and something changed in it today, so you can parse text and find out what changed. How you just explained, it is...

  • RE: Importing a CSV file to SQL server

    Hi,

    It is not clear what you would like: to add an updated row as a new record or update the existing record. I also don't know if the file contains...

  • RE: Differences between MS SQL Server and Gupta SQL Server

    And after you read tell us about it. Maybe a 1 page article. Is it free? What does it do? Is it for Windows or Unix? Does it have good features?...

  • RE: Backup db via ''''bat'''' file instead of db maint plan.

    Oh yes, sqlmaint. Dave is totally correct.

    It is just the question was worded as "instead of db maint plan", and that probably send my mind away from sqlmaint.

  • RE: sql job does not run

    Did you check Event Logs for the scheduled time or did you check the Job History? Is there any errors here? The question is, does the job attempts to start?

  • RE: Backup db via ''''bat'''' file instead of db maint plan.

    Marcus,

    OSQL utility may run any reasonable T-SQL statement.

    You have to be very familiar with BACKUP DATABASE statement to do it by the script.

    The other idea is to use Job...

  • RE: To bind or not to bind a default to a column

    Hi,

    Several years ago it was recommended to create Default, Constraint or Rule objects and bind them (SQL Server 7.0)

    Now, with SQL Server 2000 it is recommended to use Deafaults and...

  • RE: Importing a CSV file to SQL server

    Nick,

    Select type Text. Not Microsoft Text-Treber, but just Text, it is almost at the bottom of the list, The File Name textbox will let you then to select your csv...

Viewing 15 posts - 1,681 through 1,695 (of 1,883 total)