Viewing 11 posts - 1,051 through 1,061 (of 1,061 total)
You have to delete the global temp table. It is different from regular temp table that it will be deleted when you close your session. The global temp table will...
February 27, 2006 at 8:09 am
What kind of problem you had when you set up the linked server using SQL Server?
If you do sp_linkedservers, do you see the linked server you have set up, if...
February 22, 2006 at 7:04 am
Did you grant permission to execute to public for procedure [ServerB].[MyDB].[dbo].[SomeProc]?
February 21, 2006 at 7:22 am
In my whole career life, I saw too many cases of incompetent people got rewarded. In one company my boss promoted a programmer with less experience and much weaker technical...
February 16, 2006 at 9:04 am
Here is the website that posted some interview questions. My boss used them to interview potenital SQL developers and he thought they were very good.
http://vyaskn.tripod.com/iq.htm
February 15, 2006 at 10:00 am
You can use sysjobhistory table in msdb, it will tell you the status, the run time and the duration of the job it runs previous time.
February 14, 2006 at 8:37 am
I think data integrity is very important so I always put in primary key and foreign key. It is part of the database design. I also put in constraints in...
February 14, 2006 at 6:38 am
Try to avoid cursor at all cost. I got yelled at by my old DBA all the time when I used cursor.
Your code is fine.
February 13, 2006 at 9:42 am
Thanks for all the information. It sure is very helpful to me.
I just start my job as SQL developer in a small company and I find out they don't have...
February 13, 2006 at 9:32 am
Since we are on the training subject, does anyone know which training company offers SQL Server 2005 training classes for more advance SQL developers and DBA. I looked at a...
February 1, 2006 at 7:54 am
I had worked for a few companies. Only 1 or 2 sent me to training class. One company provided online training but only for a limited number of classes. One company my...
January 25, 2006 at 9:00 am
Viewing 11 posts - 1,051 through 1,061 (of 1,061 total)