Viewing 15 posts - 61 through 75 (of 347 total)
I have used this product for 5-6 years now and it is doing good. we have license for Oracle, Sybase and SQL Server. The maint things that we think is...
May 4, 2007 at 9:28 am
One of our weakness in our family is/was we can't find a good restaurant to eat. We ened up cooking for ourselves every day. We also don't enjoy food taking...
September 15, 2006 at 1:03 pm
As a new mom, well my 3rd baby is only 8 weeks old here is what I did. I hired a "nany" to come into my home, take care of...
September 15, 2006 at 8:13 am
I though that if you copy the file to local disk and then try to install sql 2005 then it will work. Good luck. I haven't had much of a...
June 9, 2006 at 11:56 am
You have told us everything except the location of where you are It sounds cool and interesting but I am not looking.
mom
June 9, 2006 at 9:16 am
I am not sure. If you BCP out, you have to BCP in unless you do buck insert. I have never try buck insert because I haven't had a situation...
December 14, 2005 at 2:20 pm
Here are my suggestion:
1.Put index on your original table.
2.I would advise that you do devide and conquere strategy because this way you don't use up all your tempdb and the...
December 14, 2005 at 9:33 am
If you are definitely sure you don't use @@serverName then it doesn't matter. I would strongly advice that you put it on as soon as possible.
mom
December 14, 2005 at 9:29 am
I don't really know how and if you would be happy but i know that if you want to start in that path there are a couple of route you...
November 16, 2005 at 9:37 am
What is your fill factor for your index?
mom
November 15, 2005 at 8:50 am
I though you would need 5 IP , 1 for each node, 1 private for each node, 1 for the cluster. The cluster also will be use by SQL. It is...
November 10, 2005 at 9:56 am
update seller
set firstname = replace(firstname,' ', '')
where charindex(' ',firstname) = 1
November 8, 2005 at 1:11 pm
I think it is because your sql server is listening on different port than it is expecting thus causing you to have this problem. How about to alias on your...
November 4, 2005 at 9:24 am
set @cmd = ' \\'+ @@servername + '\G$\Export'
This is the correct file path.
This is only possible if you want everything to go to the local server with the same drives...
November 4, 2005 at 9:17 am
What is the user default database? Is this database currently online or was deleted some years ago.
If the default database no longer exist, you need to change the user default...
November 1, 2005 at 9:40 am
Viewing 15 posts - 61 through 75 (of 347 total)