| Thread | Last Post | Replies |
|
| MS SQL Server 2000 - Search a table with 300,000+ records in less then a second or two | 15 Oct 2005 22:58 GMT | 7 |
I have one table with 300,000 records and 30 columns. For example columns are ID, COMPANY, PhONE, NOTES ... ID - nvarchar lenth-9 COMPANY - nvarchar lenth-30
|
| How to uninstall SQL 2000 client | 15 Oct 2005 19:10 GMT | 1 |
What started this is that I was having the following problem with my SQL Server Client. The problem was in the Enterprise Manager SnapIn creating database diagrams. I think the error was 'Invalid Class ID.' I attempted the fix this problem by reinstalling the Client over the
|
| Connection no longer works | 15 Oct 2005 19:01 GMT | 9 |
I was able to connect to a SQL Server 2000 instance using ODBC on a Windows 2000 workstation (Service Pack 4). But after installing several security updates and rollups, I am no longer able to connect to SQL Server. The drivers tab in the ODBC Administrator lists SQL Server as ...
|
| SQL Jobs - Access Project Reports | 15 Oct 2005 17:44 GMT | 1 |
I have an Access Project front end that has alot of nicely formatted reports. Is there a way to create a SQL Job that can run a weekly Access Project report and then save it out to a spot on our intranet? (Each week saving over top of the prior copy so that a somewhat current ...
|
| determine tables that are Simple recovery | 15 Oct 2005 12:25 GMT | 5 |
I need a sql statment to return a list of tables for a given database where the Recovery Model option is Simple. TIA Rob
|
| Organization tree | 15 Oct 2005 00:15 GMT | 2 |
Any recomendations on how to store organization trees on a database with lots of paths and branches? Any white papers out there that explain this? Thanks
|
| Help with Query | 14 Oct 2005 23:10 GMT | 3 |
I have the following table: Column 1 Column 2 A A A B
|
| registering SQL Server not in domain | 14 Oct 2005 23:02 GMT | 3 |
We have standardized on Hyperion as our reporting tool. So far I have only set up a couple of Access databases as data sources for it. Now there is a request to report off our eOn (telephony management) SQL Server database using Hyperion. The eOn SQL Server box is in a
|
| Wrong default constraint shown from Object Browser in Query Analyser | 14 Oct 2005 22:43 GMT | 1 |
I have several default constraints defined on a table. When I use the Object Browser and expand the constraints for this table and right-click and then select "Script Object to New Window As Create", a create constraint statement for a different default constraint is
|
| Tracking user activities | 14 Oct 2005 22:26 GMT | 5 |
Sybase and DB2 both have the capability of tracking user activities at a number of levels: invalid access attempts to databases, table, etc.; creation/deletion/modification of database objects/users/groups, grants/revokes.
|
| Overflow error | 14 Oct 2005 21:52 GMT | 5 |
I am trying to use the bulk insert command but I am getting the following error: ---Begin Error Msg--- Server: Msg 4867, Level 16, State 1, Line 1
|
| AutoNumber vs. Key | 14 Oct 2005 21:49 GMT | 22 |
I am always confused about what to use as the key for a table. Let's say I have a company-employee table. [company]---*[employee] My co-worker likes to use an AutoNumber or Counter as the key for the
|
| MS SQL Server 2000 - Search a table with 300,000+ records in less then a second or two | 14 Oct 2005 19:26 GMT | 1 |
I have one table with 300,000 records and 30 columns. For example columns are ID, COMPANY, PhONE, NOTES ... ------------------------------------------------- ID - nvarchar length-9
|
| Query tables from different database - SQL 2000 | 14 Oct 2005 19:18 GMT | 1 |
I would like to query tables from two databases (Vista and VistaPortal) and would appreciate help on how to right the query in SQL 2000. Please accept my appreciation in advance.
|
| Type Mismatch Error On Bulk Insert | 14 Oct 2005 15:47 GMT | 4 |
I am getting a type mismatch error when I do a bulk insert. ---Begin Error Msg--- Server: Msg 4864, Level 16, State 1, Line 1 Bulk insert data conversion error (type mismatch) for row 1, column 14
|