Follow me !
By PDGACO GaballaLoans
Search this blog
-
Recent posts
Tags
AIX Apple automation backup best practices Bootcamp cloud cursor db2 db2 compression db2 hadr db2 performance db2 tuning db2 v9.5 db2 v9.7 db2move db2pd google indexes install iPad iPhone linux Macbook memory NULLID Oracle package performance restore runstats script shell script sql SQL805N SQL Server stored procedure tablespace time machine tuning ubuntu ubuntu 9.04 upgrade Windows on Mac wordpressDisclaimer
The posts here are solely my personal views and opinion. Any technical advice or instructions are based on my own personal knowledge and experience, and should only be followed by an expert after a careful analysis or consultation with technical support. Please test any actions before performing them in a critical or nonrecoverable environment. Any actions taken based on my experiences should be done with extreme caution. I am not responsible for any adverse results. I do not represent any vendor or product.
Category Archives: sql server
What if you encounter Error number: 20598 with SQL Server replication ?
Today on one of the sql server I encountered an interesting scenario, one of the dbas accidentally deleted data from subscriber and then when he realized he turned around and delete the data from publisher. Crap ! is the diplomatic term … Continue reading
SQL Server 2012 Licensing model
With SQL Server 2012, Microsoft has changed its licensing model along with “consolidating” the different types of editions. Gone is the workgroup edition. The three mainstream editions Microsoft now offers are Enterprise, Business Intelligence and Standard . The Web Edition … Continue reading
Denali is on its way !
Microsoft is coming out with a new version of SQL Server , codenamed ‘Denali’ a.k.a SQL Server 2012. It boasts lot of new features. I am not going to repeat all of them here now. Go to Microsoft to see all the … Continue reading
Posted in database, sql server
Tagged Always on, denali, MS SQL, MS SQL Server, SQL Server, sql server 2012
Leave a comment
Stored Proc for SQL Server and DB2 UDB
We often grant permissions against table for users. Some use the GUI, some just script it out. I wrote a quick stored procedure that will take couple of input parameter and run the grant against the tables. Just for the … Continue reading
Posted in database, db2, sql server
Tagged db2, dynamic sql, execute, grant, loop, sp_executeSQL, SQL Server, SQL/PL, stored procedure, T-SQL
Leave a comment