Viewing 15 posts - 1,351 through 1,365 (of 2,904 total)
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
January 5, 2006 at 9:56 am
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...
January 5, 2006 at 9:54 am
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...
January 5, 2006 at 9:52 am
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...
January 5, 2006 at 7:20 am
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...
January 5, 2006 at 7:15 am
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
January 4, 2006 at 12:51 pm
Nope, never seen that. How are you doing your backups? What does your backup command look like?
-SQLBill
January 4, 2006 at 12:48 pm
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...
January 4, 2006 at 12:45 pm
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
January 4, 2006 at 10:20 am
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...
January 4, 2006 at 8:31 am
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...
January 4, 2006 at 8:19 am
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...
January 3, 2006 at 12:36 pm
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...
January 3, 2006 at 10:59 am
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...
December 30, 2005 at 9:01 am
Viewing 15 posts - 1,351 through 1,365 (of 2,904 total)