Viewing 15 posts - 1 through 15 (of 66 total)
No, my new package just refers to the old package, when you want to edit the old, it requires you to input the password.
May 15, 2012 at 11:55 am
@herladygeekedness: user can run it anytime not in plan so I don't want to use schedule
@P Jones: I want to use the simplest way, just install SQL Integration...
May 15, 2012 at 10:50 am
SQLKnowItAll (1/16/2012)
Ninja's_RGR'us (1/16/2012)
SQLKnowItAll (1/16/2012)
is my solution correct ("db_denydatareader" to MASTER)
No, it is not correct.
Care to actually explain your answer?!?!
Sorry, I was getting pulled into a meeting as I was...
January 16, 2012 at 11:07 am
SQLKnowItAll (1/16/2012)
is my solution correct ("db_denydatareader" to MASTER)
No, it is not correct.
Could you please explain me why, I'm try that way, I can connect from my program and I...
January 16, 2012 at 10:44 am
Adi Cohn-120898 (1/16/2012)
January 16, 2012 at 9:46 am
Thanks a lot, it work well
Just funny that when I create SQL command from partition scheme in SQL Studio Management
The sequence of groups is not in correct order
CREATE PARTITION SCHEME...
January 2, 2012 at 10:08 am
Yes Sir
It's here
CREATE PARTITION FUNCTION [pfTBLTRANS_ID](int) AS RANGE LEFT FOR VALUES (1000000, 2000000, 3000000, 4000000, 5000000, 6000000, 7000000, 8000000, 9000000, 10000000)
CREATE PARTITION SCHEME [psTBLTRANS_ID] AS PARTITION [pfTBLTRANS_ID] TO ([GROUP01], [GROUP02],...
December 31, 2011 at 10:13 pm
Do you mean clause
ALTER PARTITION FUNCTION ... SPLIT RANGE ( ....);
But I want to add more range, not split
Could you please give me detail SQL command of ALTER PARTITION...
December 31, 2011 at 5:59 pm
OK, I see, thanks very much.
November 13, 2011 at 11:11 am
Dev @ +91 973 913 6683 (10/17/2011)
Personally, I find this sane.
Did I say it's insane? 😛 In fact it's not the topic of discussion (for now).
Yes, I don't...
October 17, 2011 at 10:19 am
Ok, I've done.
But I don't understand why when I create a new Transact-SQL endpoint, connect permissions for public are revoked for the default TDS endpoint and I have to reassign...
October 16, 2011 at 7:35 pm
When I assign this user to "public" of master, and select for this log-table. I login successfully
But how can I define which login with correct password, which login with wrong...
September 28, 2011 at 12:55 am
Martin Schoombee (9/3/2011)
thang_ngo_2002 (9/3/2011)
When I use SQL 2000, I monitor an Oracle system by SQL DTS, DTS contains 1 transform "select 1...
September 3, 2011 at 11:16 am
I find out the issue, I forgot port parameter in connection string. Now it's OK. Thanks.
August 25, 2011 at 1:51 am
MysteryJimbo (8/24/2011)
thang_ngo_2002 (8/23/2011)
1) Stop SQL 2000 with Default Name Instance2) Install SQL 2008 with Default Name Instance
3) Mount data files of SQL 2000 to SQL 2008
You wont be able to...
August 24, 2011 at 10:01 am
Viewing 15 posts - 1 through 15 (of 66 total)