Forum Replies Created

Viewing 15 posts - 1,351 through 1,365 (of 2,904 total)

  • RE: INSERT

    Any help for that error?

    YES. As I said:

    YOU need to replace the table and column names with the REAL table and column names.

    -SQLBill

  • RE: SQL Server Transaction Log Format

    No open source products that I know of....I have heard that Lumigent's LogExplorer does a good job, but I understand that it can only read logs created AFTER it has...

  • RE: Weird database name in error log

    Do you have any applications on that server? Could they have created 'hidden' databases? For example, Veritas' Backup Exec creates a SQL Server database and sometimes you will see their...

  • RE: Log Backup Failure

    I've never heard of DBShadow, so I can't help with that. I would suggest you calling the vendor and seeing what they say. Question: why aren't you just using...

  • RE: INSERT

    Of course you got that error. Your example shows the table names are TABLE A and TABLE B. PW provided you an EXAMPLE using those table names...YOU need to replace...

  • RE: SQL 2000 product version 8.00.908

    For finding out what the version equates to, this is the best site that I have found:

    http://www.sqlsecurity.com/DesktopDefault.aspx

    On the menu bar, select FAQs/DOCs, then select SQL Server Version Database.

    -SQLBill

  • RE: Log Backup Failure

    Nope, never seen that. How are you doing your backups? What does your backup command look like?

    -SQLBill

  • RE: INSERT

    That's not what John asked for....it will help if you provide us the schema (column names) for each table and some sample data for each table and a result that...

  • RE: Change SQL startup account and apps can''''t connect to it anymore

    How are the applications set up to connect to the database? Some DBAs/programmers/vendors set their applications to use SA account or the local admin account.

    -SQLBill

  • RE: QA DBA

    My guess is that they would be responsible for ensuring everything was standard. Double check code, security settings, etc. and maybe re-write code to meet the standards.

    Didn't your friend...

  • RE: HELP, Sql Issues

    How are your logs being backed up? Do you append them to the current file or do you create a new backup file for each log backup? If you...

  • RE: Question of the Day for 03 Jan 2006

    Terry,

    It's not a bogus question. Here's the question again...

    Which one of the following may not be supported in a future release of sql server after sql server 2000?

    That says...

  • RE: Tempdb Full !!!!!!!!!

    Nope, just do it right now.

    -SQLBill

  • RE: Tempdb Full !!!!!!!!!

    Your problem might be that your TEMPDB can't grow fast enough for a transaction.

    I never set mine for percentage, I always do MBs.

    Try setting yours for 50 MB for...

  • RE: Syntax for querying a timestamp column

    From Microsoft's website:

    timestamp (Transact-SQL)

    Is a data type that exposes automatically generated, unique binary numbers within a database. timestamp is generally used as a mechanism for version-stamping table...

Viewing 15 posts - 1,351 through 1,365 (of 2,904 total)