Tagged Questions
The sql-smo tag has no wiki summary.
1
vote
1answer
210 views
SQL Server timeout while restoring databases with SMO
I have a .NET 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 databases that ...
0
votes
1answer
88 views
C# Scripting - advice required please
I am developing an application to carry out pre-defined "tasks" on MSSQL database tables.
It is really a tool to help with some repetitive data conversion/import tasks we have.
In its SIMPLEST form ...
0
votes
1answer
376 views
Minimum privileges to read SQL Jobs using SQL SMO
I wrote an application to use SQL SMO to find all SQL Servers, databases, jobs and job outcomes. This application is executed through a scheduled task using a local service account. This service ...
0
votes
1answer
636 views
SQL SMO not enumerating tables
I feel like a dork just for asking this, but I'm not getting any help from Google, and I paged through all of SO's results on a simple search for SMO and didn't see it either.
The short version is ...