Viewing 15 posts - 1 through 15 (of 52 total)
i used th ewindows built-in proxy and it works great!
March 31, 2022 at 9:25 am
Beatrix Kiddo - Monday, April 30, 2018 2:51 AMWould a failover cluster (FCI) fulfil the brief for you?
I'm not sure
April 30, 2018 at 4:09 am
No problem Jason :smooooth:
March 7, 2013 at 8:15 am
The number of columns is fixed, the names of the columns are changing for every query.
Thanks again Jason,
Have a nice day.
March 7, 2013 at 7:20 am
It seems a little bit complex 🙁
anyway for the second question i'll use a different approach:
I'll create a #temp table with the columns sta_rep,1,2,3,4...etc and than use a insert into.
Somthing...
March 7, 2013 at 7:08 am
Hi Jason and thanks for the reply.
Your code is good and it works but it solves one part of the question the one that removes the sta_rep column.
What about the...
March 7, 2013 at 6:14 am
thank you for your replies. I wiil read them.
how about something like the following(using CTE):
declare @dataBegin datetime;
declare @dataEnd datetime;
set @dataEnd = '21/05/2013';
set @dataBegin = DATEADD(month,-11, @dataEnd) - (DAY(@dataEnd)-1);
set @dataEnd...
February 22, 2013 at 9:59 am
I have not configured windows update and not touched any configuration!!!
It seems that by default it does not catch updates sp4 sql2005.
Thanks
March 5, 2012 at 11:01 am
It seems that the problem is solved after i have updated both sql server 2005 machines on SP4.
tried on both machines with sql2005 and now works on both.
What i...
March 4, 2012 at 3:53 am
I think yes. i'm sure that windows is updated. i'll check sql...
March 3, 2012 at 1:39 pm
Elliott Whitlow (3/3/2012)
This "feels" like a source problem. How are the files that work different than the ones that don't..CEWII
The file is the same!!! The SSIS package is the...
March 3, 2012 at 8:30 am
Here are some screenshots of the dataflow:
http://img220.imageshack.us/img220/9813/snagprogram0014.png
http://img72.imageshack.us/img72/7503/snagprogram0015a.png
March 3, 2012 at 4:06 am
anyway thanks
November 29, 2011 at 9:53 am
Ninja's_RGR'us (11/29/2011)
How long does it take if you do select top 1 or top 100?Network debuging is way outside my competence. What did the network admin say?
Doing a Top...
November 29, 2011 at 9:43 am
Ninja's_RGR'us (11/29/2011)
Then you can only wait.Or increase the bandwith.
There's no magic button here.
You have a traffic bottle neck.
Increase the neck or reduce traffic.
No i have not...
November 29, 2011 at 9:19 am
Viewing 15 posts - 1 through 15 (of 52 total)