Viewing 15 posts - 241 through 255 (of 1,062 total)
It looked liked the best job to me especially the pay for a college grad.
Young people these days expect too much!!!!!:hehe:
May 22, 2008 at 9:27 am
Anirban -
A business trip purely to enjoy!!!!!
what company do you work for? Where do I send my resume? 🙂
May 22, 2008 at 9:23 am
If you really want to see the result, set it to result to text.
May 21, 2008 at 12:09 pm
I just had an interview the other day. The DBA/developer asked me what was the definition of normalization, how to make a one-to-one relationship data model. Then it...
May 21, 2008 at 12:05 pm
I just got a contracting job in Feb. Ever since then the recruiters from all over called me or emailed me everyday. I just land another job.
People changes...
May 21, 2008 at 11:47 am
I just read the January issue of InformationWeek (ok I am a little behind). There is an article saying the there will be a shortage of IT workers in...
May 21, 2008 at 11:41 am
Well if your DBA does not grant you permission, can you create a table and drop it after you are done ?
May 16, 2008 at 3:13 pm
I am a contractor not the company's DBA. It is a small company helping customer to build ecommerce website. They use SQL Server to store customers' information. The...
May 15, 2008 at 12:50 pm
Have you tried using global temp table?
May 15, 2008 at 12:42 pm
I copied this from msdn.microsoft
Copying Data To or From a Temporary Table
When using bcp or BULK INSERT to bulk copy data using a global temporary table, the table name must...
May 15, 2008 at 9:02 am
try to run it under tempdb
USE tempdb
GO
BULK INSERT #tempfile
FROM 'C:\temp.dat'
WITH (
DATAFILETYPE = 'char',
...
May 15, 2008 at 8:59 am
I just had a SQL Injection attack last week. All the recommendations are good but the SQL statements are embedded in all the web pages in my company. ...
May 14, 2008 at 3:26 pm
What is the best way to shrink the database?
May 14, 2008 at 3:15 pm
Kirk Haselden is one of the author of Professional SQL Sever 2005 Integration Service.
Anyway I agree this book is not much help as far as I concern. I probably...
May 13, 2008 at 2:56 pm
Do you want to get rid of the space so you use the STUFF command?
Why don't you use LTRIM?
May 12, 2008 at 3:51 pm
Viewing 15 posts - 241 through 255 (of 1,062 total)