THE SOLUTION IS SEARCH INTO THE SQL INSTALLATION PATH
...\Program Files\Microsoft SQL Server\MSSQL\Binn\Resources\
YOU HAVE A FOLDER NAMED "1033". MAKE A COPY (NOT RENAME OK!? JUST A
COPY)WITH THE NAME "1034"
SQL is searching for this file in that location:
...\Program Files\Microsoft SQL
Server\MSSQL\Binn\Resources\1034\sqlstbss.rll
OTHERWISE TRY TO LOCATE THAT FILE sqlstbss.rll and follow THE PREVIOUS
INSTRUCTIONS.
TRY AGAIN xp_sqlagent_proxy_account N'Del'
VOILÂ
Re: Rename SQL Server Virtual name in 2003 Cluster ... The ONLY SUPPORTED way to rename a virtual SQL name is to uninstall and reinstall as documented in Microsoft Knowledge Base article... How to Change a Clustered SQL Server Network Name ... "Cluster Administrator provides a method to rename cluster resources.... (microsoft.public.sqlserver.clustering)
Re: microsoft sql, excel/access data transfer problems ... I don't use the MS tools, but if it's the field name causing the problem then you could try delimiting the field name "CU#">500 or creating an LF or View to rename the fields. ... An SQL View is equivalent to a non-keyed LF. ... This Redbook would be a good resource to learn about SQL vs DDS:... It gives me an error (Query wizard cannot join ... (comp.sys.ibm.as400.misc)
Re: Renaming Computer Running SQL or MSDE ... Thanks for the response Jim, but earlier versions of MSDE and SQL... >> to suspect that it is permissible to rename a computer that is running ... (microsoft.public.sqlserver.msde)
Re: Rename table ... T-SQL has the sp_rename procedure to rename tables, e.g., ... BG, SQL Server MVP... > It seems doesn't work in SQL Server.... writes SQL scripts to merge database models and I have to rename certain ... (microsoft.public.sqlserver.programming)
Re: Rename table ... There is no ANSI SQL way to rename a table. ... you use sp_rename to rename a database object.... (microsoft.public.sqlserver.programming)