smo
Extract Transact-SQL Event from tracefile using C#
I have to play number of trace files created in SQL Server 2005 against 2008 and compare result of each statement. It is one of the proposed ways that migration went fine[详细]
2023-03-15 11:16 分类:问答Good book to learn Server Management Objects (SMO) for C# and SQL Server 2008? [closed]
As it currently stands, this question is no开发者_StackOverflowt a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will like[详细]
2023-03-15 09:19 分类:问答Using cursors to read time series data from SQL Server using C#?
I have a large datab开发者_JAVA百科ase (50 million rows) containing time series data. There is a clustered index on the [datetime] column which ensures that that the table is always sorted in chronolo[详细]
2023-03-15 09:15 分类:问答Reference Microsoft.SqlServer.Smo.dll
I need to use Server class which is stored in Microsoft.SqlServer.Smo.dll I don\'t see this assembly in usual References dialog. I have found it at C:/Program Files/Microsoft SQL Server/100/SDK/Assemb[详细]
2023-03-14 17:59 分类:问答SMO issue on 64 bit
I have a VB.NET application which is set to TargetCPU= x86. As part of installer, I install 开发者_运维问答the x86 versions of the following SQL Management Objects, SQL Native Clients and SQl CLR Type[详细]
2023-03-13 02:04 分类:问答How to capture a StoredProcedureParameterCollection for ServerA's Sp to update ServerB
VS2010 I am reading any existing params and I want to load them into a ByRef params As StoredProcedureParameterCollection for use later.[详细]
2023-03-09 15:41 分类:问答Backup fails using smo on big databases
I use vb.net to backup sql \'05 - \'08 databases. It works great on smaller databases. but when it comes to large databases it fails at 30 or 40 percent with the error: The backup or restore was abort[详细]
2023-03-07 01:10 分类:问答SQL Server timeout while restoring databases with SMO
I have a .NE开发者_如何学CT application where I restore a number of databases using SMO. The timeout setting in the connection string is set to 0 (unlimited). Most databases restore fine, except one d[详细]
2023-03-05 15:54 分类:问答How to use SqlBulkCopy with SMO and transactions
I\'m trying to create a table using SMO, and further use the SqlBulkCopy object to inject a bunch of data into that table. I can do this without using a transaction like this:-[详细]
2023-03-04 14:28 分类:问答Getting last updated on a table as a dbowner
I need to get a last updated timestamp when for a table. This operation is to be performed by a dbowner, who has GRANT EXEC permissions on all sprocs. Any ideas how to accomplish this? Here is what I[详细]
2023-03-03 18:52 分类:问答