Feeds:
Posts
Comments

Archive for April, 2007

What if you have to transfer DTS to SQL-Server 2005 running on a 64-bit machine?
Well its a good question .
Most of us would simply say rewrite the DTS. Well thats too simple, isn’t it???
I have another simpler suggestion re-write the DTS using SSIS (SQL Server Integration Services) on a 32-bit computer and compile it [...]

Read Full Post »

| View Show | Create Your Own

Read Full Post »

At times it is required that we reset the seed of an identity column of our tables. One way to archive this is that you simply copy all the values into a new temporary table and have a new identity filed. Hmm… that’s not a good work around.
Well the best thing that you can do is [...]

Read Full Post »

Microsoft has finally planned to go for a Secure Software Programmers Certification. Just considering the growth in Internet crime, the best solution is to create a secure application from programmers that know their stuff.
The SANS Institute will be introducing these exams really soon, so you techies out there get prepared to be the first GSSP’s [...]

Read Full Post »