| Thread | Last Post | Replies |
|
| Error loading file to SQL Server 2005 | 31 Mar 2006 14:43 GMT | 1 |
I am trying to load a text file into SQL Server 2005 and I get the following error messages at the validation stage: Messages • Error 0xc00470fe: Data Flow Task: The product level is insufficient for
|
| Checking and Indexing | 31 Mar 2006 14:42 GMT | 1 |
Does running the SQL maintenance tools such as indexing and checking while users are using the database cause problems? Thanks
|
| Urgent! BCP command failed on SQL2000, but okay on SQL7 | 31 Mar 2006 08:41 GMT | 1 |
Hi, Environment: Win2000, SQL2000 Both the command file and SQL2000 are installed on the same machine. I have a command file with the following SQL statement:
|
| execute *.sql in command line | 31 Mar 2006 08:29 GMT | 1 |
I want to execute more than 30 sql files in the command line. isqlw -d DatabaseName -E -f "*.sql" ---> this opens all the sql files in the query analyser. isql -d DatabaseName -E -i "*.sql"
|
| Unable to connect to SQL Server | 31 Mar 2006 06:32 GMT | 3 |
Hi I am having problem connecting to my local sql server(my machine). Though I am connecting to the network server fine but as I try to connect to Local it gives me following error. Unable to connect to SQL Server EUSD123:
|
| Object Explorer: Scripting Default Names: How? | 29 Mar 2006 23:23 GMT | 1 |
In SQL 2000 Query Analyzer, when I generate a script of a table it generates the default name in addition to the default value for a column when I generate the table. In SQL 2005 Object Explorer, the default value for the column is scripted but the default name is not in the ...
|
| Open a file in Existing Query window ( SQL 2K5 )... | 29 Mar 2006 16:55 GMT | 2 |
How can I open a file in an existing query window ? I did this frequently to very often in sql server 2000 query analyzer. I'd open a script file, complete running it, open the next file and so on.
|
| bcp accent problem | 28 Mar 2006 23:34 GMT | 25 |
I'm importing data from formatted text files with accent (Latin1). My database is set to French_CI_AS. I use bcp with -C"Latin1" or -C"French_CI_AS" but bcp seems to ignore the flag and every single accent is left behind.
|
| Enterprise Mgr - alter table fails | 28 Mar 2006 13:48 GMT | 6 |
My developers just started having this problem a few weeks ago. Nearly any type of "design" table changes are failing in Enterprise Mgr. This only seems to be happening on the servers running Enterprise Edition. Standard Edition and MSDE do not have the problem.
|
| Query | 27 Mar 2006 19:58 GMT | 4 |
Can someone help me for a SQL query to delete all the transactions from 2 SQL table? Here is what I want to do. "Go thru all the transactions in both table A and B
|
| External Tools - tried to save all my files | 27 Mar 2006 15:23 GMT | 3 |
I defined an "external tool" in SQL SMS 2005 to launck the notepad. Every time when I click it SMS tries to save all my pened windows (opened queryes - and I have a lots), asking me the save path and name. It's very weird. May I disable it, or it is a bug?
|
| Mysterious text in query result | 26 Mar 2006 21:26 GMT | 2 |
I have a database with a column defined as varchar(100) called Surname. When I use Query Analyzer to retrieve data from the column and display as text, I get strange text appearing for one of the records. Thus, the field contains "Wilson" but when I run the following:
|
| how to sort object explorer items? | 26 Mar 2006 21:23 GMT | 4 |
Sqlserver 2005 Management Studio 'Object Explorer' lists servers, similar to Sqlserver 2000 Enterprise Manager. However, I can't find any way to sort object explorer's items? Also Enterprise Manager let you create folders to organize your registered servers; I can't find a way ...
|
| Time stamp | 24 Mar 2006 19:11 GMT | 3 |
How do you convert a time stamp into actual date in SQL When we try to convert it, date that we get doesn't make sense (date we supposed to get is like year 2001, but date seem to be very very old) MC
|
| Management Studio: Project Hierarchy | 23 Mar 2006 03:31 GMT | 2 |
I created a project type "SQL Server Scripts" in "Microsoft SQL Server Management Studio", and the default structure created was: + Project Name + Connections (Type 2)
|