Tagged Questions
7
votes
2answers
307 views
SQL Server Enterprise Manager - Mass Delete of Tables and Changing Ownership of Tables
I have pretty much no experience with SQL Server's Enterprise Manager so I am not sure if this is even possible (or hopefully laughably simple!)
During an import into a database something has ...
5
votes
5answers
1k views
SQL Server Management Studio: Import quietly ignoring 99.9% of data
The Problem
i'm trying to import data into a table using SQL Server Management Studio's Import Data task. It only brings in 26 rows, out of the original 49,325. (Edit: That's where 99.9% comes from: ...
0
votes
0answers
14 views
SQL Server 2000 column containing XML has a strange encoding
When I run my select query on my SQL Server 2000 table with a nText column containing XML I get a strange coded text (looks like unicode, with squares and all) in de xml column.
Some details I didn't ...
0
votes
2answers
287 views
Can Visual Studio 2008 provide any of the functionality that Query Analyzer and Enterprise Manager provide?
I'm currently using MSSQL Server 2000 and to design tables, create and alter stored procedures as well as manage users and permissions I'm using Query Analyzer and Enterprise Manager. I also spend an ...