float to decimal
Hi I have SQL Server 2000 - 8.00.2066 (Intel X86) Developer Edition on Windows NT 5.1 (Build 2600: Service Pack 3)with a Java Application (1.5) I have a sqlserver.jdbc.SQLServerException: Error...
View ArticleReferential integrity settings on replication
Hi,Recently i published a sql server 2000 database. And started getting conflicts. I came to know that if referential integrity settings on replication is causing this problem.But i dont have idea what...
View ArticleA transport-level error has occurred when receiving results from the server....
we have SQL Server 2000 hosting .net application databases. We are facing application time out issues with the below issue: A transport-level error has occurred when receiving results from the server....
View ArticleConnecting to different instance of SQL Server
Hi all, I have installed 2 instance of SQL Server on a same computer . One is a defualt instance and other is named instance:I am able to connect to default instance since it is on port 1433.My named...
View ArticleReindexing Tables used in Log Shipping
I have several databases just set up for log shipping to another server. Previously, I would set the DB to SIMPLE recovery, run DBCC DBREINDEX, then set it back to FULL recovery.But now that they're...
View ArticleAdmin Office Asst/ Secretary/ Clerical !
:-) Automotive Internet company looking for an Office Asst/ Secretary Asst. Must have good computer skills, word, excel, Outlook, ETC. Data entry required. Good working environment, fast growing...
View ArticleSQL Server 2000 Fulltext search error
Hi,I have Windows server 2003 SP2, with SQL server 2000 SP4.Server has 36 GB ram (min-max set to 32 GB), AWE enabled, Lock pages in memory enabled.While running following template of the query i get...
View ArticleConnectivity issue
Hi All,On one of our servers we are facing connectivity issues when connecting through JDBC. The error message that we are getting is something like :[b]Error during database connection to the database...
View ArticleDTS to import Data from excel
Hi,I have one excel that has data like this:ADM14021360066,208930705 502151 Abraçadeiras Plasticas Wurth 280x4,8 UN 1000.1 NOVO 200 CamiãoADM14021360066,208930706 502161 Abraçadeiras Plasticas Wurth...
View ArticleHow to import Oracle dmp file into SQL Server 2000 or 2005?
Hi, GurusQ for you.. I have a .dmp file that has been created by Oracle. I want to import this file into SQL server 2000 or 2005 without restoring into Oracle db which I dont know how to do that.Any...
View ArticleBCP
Hi, i need to export data from a view to a PSV file.I'm traing to do this t-sql:exec master..xp_cmdshell 'bcp "select * from [database]..test1" queryout "c:\Import.psv" -T -S "server\instancename"'I...
View ArticleAdministrative Clerk !
:-) We are in need of the right person. This position involves administrative duties such as data entry, filing, and Microsoft word and excels knowledge, answering phones and assisting other staff...
View ArticleMemory Error - Failed to reserve contiguous memory
I had the following warning in the sql log file 'WARNING: Failed to reserve contiguous memory of Size= 65536'. (SQL 2000 SP2)Having looked on Google groups I see this 'generally implies that there is...
View ArticlePipe Symbol as Column delimiter
I need pipe sysmbol as column delimiter., eg.,FirstName | LastName | Address | PhoneCan anyone explain me how to do this (except +'|'+ option) please? I used +Char(166)+ and export into .dat file. When...
View Articlequery data using linked server
HI,Linked servers in test environment working differently than prod. Not sure what is causing slowness in test environment? is this issue with SQL version? Please advise.Test ServerA – SQL 2000 dev...
View ArticleDetermine who created trc files
Hi I need to find out who created *trc (trace) files on a sql server 2000 instance, is there anyway i can get the user that created them by running a script, or is there a specific log file i need to...
View ArticleCAST CONVERT doesn't work
Hello everybodyI have th following CAST Convert statement:SELECT CAST(CONVERT(CHAR(8), EZACDT) AS DATE) AS Accounting_Date FROM SYM_SPT_SNI_01.dbo.DBA_MVX_CINACC00 WHERE EZCONO = 2 AND EZDIVI =...
View ArticleHelp in the Delete Statement
Hello all,I need to delete a record that is duplicate between 2 tables.The query looks like this:Delete from request_form_table_testing as t1where EXISTS (select tEmail from request_form_temp_emails as...
View ArticleAlter column order
Table contain 6 column in order like ABDEFGNeed to addd one more column "C" after B column. (in between B and D ). how to write alter script for this.
View ArticleReplacing sqlmap70.dll for xp_sendmail with a third party .dll. Is it even...
Hello, we have some legacy sql 2000 systems (and we understand end of life is in April) which use MAPI/Outlook mail boxes. We have instructions to look into switching to SMTP relay. However, this would...
View Article