I had this requirement today where I had to copy from a table in one database into a similar table in another database.
the code I have used in
[code]
insert into database1.dbo.table1 select * from database2.dbo.table1 where xxxxx
[/code]
where xxxx is the criteria that you need to add.
Precautions you have to tak before you do this.
Backup the database into which you are copying the record so that you can restore if something goes wrong.
Copy contents when there are no other transactions being entered into the database1
Tuesday, May 20, 2008
Sunday, May 11, 2008
Amazing Free Website Template, Table less Website
Free table less or div template of Website Brewers... Cool website layouts with psd files, ie6 and firefox compatible. Ready to used to CMS template such as Wordpress or Joomla. Other templates includes Flash Slideshow and FLA File. You can also used on static pages... CSS Style Sheet have description and comments. The images are optimize by 80%.
read more |
read more |
Thursday, May 08, 2008
Saturday, May 03, 2008
20+ Ways to Make Money Creating Online Cartoons
Various methods of using animation to make money, a few I am sure you expect and perhaps a couple you haven’t yet considered.
read more |
read more |
Wednesday, April 30, 2008
Thursday, April 24, 2008
Mastering Visual C# .NET
Mastering Visual C# .NET is the best resource for getting everything you can out of the new C# language and the .NET Framework. You'll master C# language essentials, quickly taking advantage of the many improvements it offers over C++ and see tons of examples that show you all the ways that .NET can make your programming more efficient !I have already downloaded it.
read more |
read more |
Wednesday, April 23, 2008
XML in 10 points
If you are new to XML, it may be hard to know where to begin. This summary in 10 points attempts to capture enough of the basic concepts to enable a beginner to see the forest through the trees.
read more |
read more |
Monday, April 14, 2008
Open Book Tutorial
In ten simple steps, this tutorial teaches you how to design a simple but an effect open book design that can be used either for your flash autobiography or as a splash page for your website. This tutorial can even be accomplished by beginners so go ahead and give it a try!
read more |
read more |
Tuesday, March 25, 2008
Sunday, March 23, 2008
Tuesday, March 18, 2008
7 Incredibly Useful Tools for Evaluating a Web Design
If you are interested in analyzing and optimizing your page layout - here are some extremely useful tools that you can use to help.
read more |
read more |
Thursday, March 13, 2008
Monday, February 04, 2008
Thursday, January 31, 2008
List of SQL Server database users and permissions
Today I was doing some research as to how to list the database users and the permissions they have and came across this article which is very useful.
http://www.mssqltips.com/tip.asp?tip=1071
http://www.mssqltips.com/tip.asp?tip=1071
Wednesday, January 30, 2008
Test you site in different browsers...
If you are interested to test your website in different browsers then Browsershots is very helpful for you. Browsershots shows how your website looks in different browsers. It is very easy to use. Just go to Browsershots site and then submit
read more | digg story
read more | digg story
Monday, January 21, 2008
Introduction to C++ Programming and Graphics: Download ebook
Introduction to C++ Programming and Graphics offers a venue for rapidly learning the language by concisely revealing its grammar, syntax and main features, and by explaining the key ideas behind object oriented programming (OOP), with emphasis on scientific computing. The book reviews elemental concepts of computers and computing..
read more
read more
Saturday, December 22, 2007
Photoshop Videos Search Results at macromedia.com
Search results for Photoshop videos. Lots of good Photoshop information, tips, tricks and techniques.
read more
read more
Tuesday, December 11, 2007
Adobe Photoshop Tutorials - Best Of
An overview of professional step-by-step tutorials which can enrich your design skills and improve the quality of your works.
read more
read more
Friday, November 16, 2007
Excel to Word mailmerge problem
Today there was this small thing that took my time. A date field in excel was formatted correctly but when the field was used in the mailmerge with Word. The format in the excel was not being reflected in word.
So I used the following steps to correct this in Word.
Step 1. Right click on the field name
Step 2. Click on the ‘Toggle Field Codes’ option For eg., { MERGEFIELD “AFinish” }
Step 3. Edit the field to include \@ “dd-MM-yyyy” e.g. { MERGEFIELD “AFinish” \@ “dd-MM-yyyy” }
Step 4. Right click and click update field.
You can see the date format as 17-08-2008
So I used the following steps to correct this in Word.
Step 1. Right click on the field name
Step 2. Click on the ‘Toggle Field Codes’ option For eg., { MERGEFIELD “AFinish” }
Step 3. Edit the field to include \@ “dd-MM-yyyy” e.g. { MERGEFIELD “AFinish” \@ “dd-MM-yyyy” }
Step 4. Right click and click update field.
You can see the date format as 17-08-2008
Thursday, November 01, 2007
Viewing DTS scheduled jobs
I wanted to view the scheduled DTS jobs. So obvious way I thought was to do view it where I created. But for some reason, the schedule has been reset. So there is no way we can view the scheduled jobs of DTS here.
If you want to view these jobs, you have to access the SQL SERver Agent as these jobs are run by SQL SERVER Agent. So follow these steps to ciew your scheduled jobs on SQL server.
Go to SQL SERVER Enterprise Manager -- Management folder
Then click on SQL SERVER AGENT -- Jobs
Here you can see the job name status etc.
If you want to view these jobs, you have to access the SQL SERver Agent as these jobs are run by SQL SERVER Agent. So follow these steps to ciew your scheduled jobs on SQL server.
Go to SQL SERVER Enterprise Manager -- Management folder
Then click on SQL SERVER AGENT -- Jobs
Here you can see the job name status etc.
Subscribe to:
Posts (Atom)
Power BI Kids competition 2026
Celebrating the next generation of data rockstars! 🚀✨ I am incredibly proud to share that we have officially wrapped up our 8-week #PowerB...
-
40 spectacular paper designs (using amazing colors & concepts) that need to look good and be informative in order to focus users’ attent...
-
From the past 3 days I have been working on resolving merged and hidden cells issues when an SSRS reports is exported to excel. ...
-
Challenge : Yesterday I was trying to download a parquet file from the Microsoft Lakehouse on to my laptop. So I was searching for the do...