| Thread | Last Post | Replies |
|
| dbcc checkdb error | 04 Jun 2008 16:19 GMT | 1 |
ran dbcc checkdb and got 1 consistency error on a tbale. But I am unable to find which table and not sure what to do. Not sure what I should do so any directions with this would be much apperciated Table error: Object ID 0, index ID 0, page ID (1:1880507). The PageId in the
|
| question about construct two or more primary indexes or table clusters for a table? | 04 Jun 2008 13:35 GMT | 2 |
Why is it not possible to construct two or more primary indexes or table clusters for a table?
|
| authenticate SQL Server for DNS | 04 Jun 2008 11:02 GMT | 5 |
I can't create a datasource link from Visio Professional tp SQL Server installed on my machine. I installed the Server with default configuration and windows authentication. I can't get all the
|
| xp_cmdshell failures | 04 Jun 2008 09:01 GMT | 1 |
We recently migrated to SQL 2005, and we are running xp_cmdshell calls at through our proxy account, which works fine the majority of the time. However... occasionally xp_cmdshells will start to fail, and do not begin working again until the cluster is failed over. (of course I ...
|
| Kerberos or NTLM | 04 Jun 2008 03:48 GMT | 1 |
Using Reporting services just wondering if with intergrated mode i should be able to connect to the site without a user and pass being requested? also should i be using NTLM or Kerberos auth?
|
| lonnnngg commit | 04 Jun 2008 03:46 GMT | 2 |
Client updating all rows in a huge table (about 17M rows) and the commit seems to be taking forever. Is there a way of telling how far along the commit is in SQL 2000? Thanks.
|
| SQL Server Data Export (CSV, Tab Delimited, etc.) | 04 Jun 2008 02:41 GMT | 3 |
I want to export SQL Server data to any of the plain file formats. For this purpose here are the methods I tried: [1] bcp.exe is the worst and (unfortunately) the fastest data export tool for MSSQL I know of. Because of it doesn't escape delimiter characters found
|
| convert mysql create table query to sql server | 03 Jun 2008 21:41 GMT | 7 |
I'm trying to convert MySQL db to SQL Server. I have the datatypes converted. Query Analyzer gets stuck on the "UNIQUE KEY", "KEY" words in MySQL.. I tried changing the "UNIQUE KEY" or "KEY" to
|
| Collations Again! 2000->2005 | 03 Jun 2008 21:39 GMT | 7 |
In an earlier post, I asked about collation when moving databases from SQL2000 to 2005 (I've also read the post from Steve Z above). Thanks for John Bell for the help. I now have more specific details of the exact instance and DB collations I'm
|
| How do I find the sysname of the server | 03 Jun 2008 21:36 GMT | 4 |
I manually created the 'distributor_admin' remote login and gave it the 'sa' password. When I try to setup replication I get error 18456 'Login failed for 'distributor_admin'. I am assuming that the password for the 'distributor_admin' login is
|
| HELP! Can't transfer db from sql 2000 to 2005 | 03 Jun 2008 21:23 GMT | 1 |
I am attempting to transfer a SQL 2000 database to SQL 2005. It is a Project Server database. My SQL 2005 installation is on a different server. I've tried detach/attach, copy, export/import, backup/restore. I keep getting the same error, "There is already an object named
|
| create a datasource to a local sql server | 03 Jun 2008 20:35 GMT | 1 |
I got the database created in Object Explorer window. All I need is a connection. I can't create a local datasource from Visio Professional. The driver is Sql Server. I installed the Server with default configuration and windows authentication. It can't create a
|
| help with stored proc | 03 Jun 2008 19:46 GMT | 4 |
I am writing a simple stored proc: creat PROCEDURE Purge @timet numeric(3) -- User Specifies how much data to perserve in months
|
| LazyWriter: warning, no free buffers found | 03 Jun 2008 19:06 GMT | 8 |
We are using Sqlserver 2005 EE. Our production server instance keeps locking down and I found the LazyWriter: warning, no free buffers found in the log everytime. During the locking down, no connection can be made , the existing session
|
| varchar: what is the real length of stored data? | 03 Jun 2008 18:35 GMT | 3 |
i became a bit confused with a length of data stored in varchar datatype. When ansi_padding is on (which is default), column is padded with trailing spaces - BOL. However, datalength() function does not show it. And if that's true (padding with spaces), it makes it equivalent to ...
|