|
|
-
Jan 9 2012 1:24AM
| Madhivanan
| blog
The system variable @@TRANCOUNT is used to get the number of transactions that are active. Consider the following code
|
-
Jan 9 2012 12:00AM
| jamserra
| blog
When building a data warehouse, it is important that primary keys of dimension tables remain stable. To accomplish this, it is strongly recommended that surrogate keys be created and used for primary keys for all dimension tables instead of using natural keys.
|
-
Jan 9 2012 12:00AM
| Nakul Vachhrajani
| blog
Performance tuning & analysis during new development has it’s own unique challenge – on one hand as database developers, we need a clean procedure cache and on the other hand
|
-
Jan 9 2012 12:00AM
| niladribiswas
| plsql
The challenge is to wrap long text sequences to a specified overall width (wrap position) - similar to columns in a newspaper.
|
-
Jan 8 2012 6:30PM
| Jalpesh07
| blog
Recently I was working on something and I need to put a curly bracket on the string with a string.format function but I was not aware how to to do it. So I did some search on internet and found how to give escape sequence in string.format.
|
-
Jan 7 2012 6:37PM
| Jalpesh07
| blog
As per MSDN Generic Handler is a default handler which will have @webhandler directive and has .ashx extension this generic handler is not having UI but it provides response when ever any request made to this handler.
|
-
Jan 7 2012 5:50PM
| Jalpesh07
| blog
Recently in one of the project I have to vertical align text in div. so doing some internet search I have found there are no proper way to do it. So I thought it would be good do share this within my readers.
|
-
Jan 7 2012 5:13PM
| Jalpesh07
| blog
In earlier post I have written how we can use page methods to call server-side from the java script. In this post I am going to explain How we can pass parameters to page methods with java script.
|
-
Jan 7 2012 7:37AM
| pprajapati
| blog
I experienced into one issues for database backups were failed. And this was due to space issues on disk drive. This disk drive is spacific to allocated for the database backups only.
|
-
Jan 7 2012 12:00AM
| Jack Vamvas
| blog
I completed a DB2 backup on server1 with the command:
|