I guess my question can really be simplified down to this statement: How does one remotely access a database through SQL Server Management...
By enterprise edition you mean.... as opposed to the express edition that I am currently using. I am not using enterprise edition, I am using...
Thank you for your quick reply. My SQL server background is quite limited, perhaps you could elaborate a little on your explanation.. I am not...
I am developing around sql server express 2005, and I have a database that I, and a few other people work on. Right now whenever someone...
try { some code } catch(Exception ex){System.Console.WriteLine("Exception" + ex.Message + " StackTrace: " + ex.Stacktrace);}
I have a function that accepts two strings (file paths) as inputs. What I need change this function so that it can accept datasets, or something...
Figured out my mistake.... Right before I load the ZipStream with the Memory Stream, I have to reset the position of the memory stream......
Using Visual Studio 2005, C#, .NET 2.0 private void ZipAndSave(DataSet ds, DataSet ds2, string Destination) {...
Separate names with a comma.