Viewing 13 posts - 61 through 73 (of 73 total)
Thanks a lot for the feedback is pretty cool to write in sqlservercentral ! 😎
August 14, 2012 at 9:34 am
Thanks.
If you like the post, a rating to the article is apreciated.
🙂
May 24, 2012 at 12:49 pm
Yes, all this features can be done using GUI.
I added some links for more details
Use the references for more information.
May 22, 2012 at 2:35 pm
Yes, SMO in this case is a better option, but this code is useful to run any command line tool.
For example you can call the DTUtil, Tablediff, sqlcmd, DTexec with...
April 30, 2012 at 7:02 am
Yes, this article was just an introduction. I will write a new one named sequences vs IDENTITY.
Personally, I hate the IDENTITY. 😛
April 13, 2012 at 8:09 am
Yeah, when I wrote the article the BOL said, that they were going to remove it in future releases. It seems that they changed their minds and updated the BOL.
RAISERROR...
April 3, 2012 at 7:32 pm
hahahahaha, instead of brute force you should plan differential backups, file and filegroup backups and transaction log backups.
March 30, 2012 at 8:41 am
Yeah, usually a nice sql job would be the best option. But, if a customers has already a C# tool centalized to monitor many things like IIS, Windows and SQL...
March 30, 2012 at 7:51 am
I agree with all of you guys. Usually the SMO is the best option in C#, but sometimes, we already have the stored procedures done. If we already have T-SQL...
March 30, 2012 at 6:59 am
Yes, PS is a great tool to interact with Exchange, AD and other sources.
To create Databases automatically with PS, it may be better to run .sql scripts from powershell.
This demo...
March 26, 2012 at 7:29 am
Yes, powershell for SQL Server was included in SQL Server 2008. It was the sqlps. In SQL 2012, the powershell 2.0 includes de SQL command and it is not a...
March 26, 2012 at 7:20 am
Yes, I believe that powershell will progress a lot in the future.
March 23, 2012 at 6:53 am
What I like about powershell is that Linux and Unix users can also play with it like they were at home. That's why I used the echo. There are many...
March 22, 2012 at 8:44 am
Viewing 13 posts - 61 through 73 (of 73 total)