Viewing 15 posts - 31 through 45 (of 118 total)
Frankly speaking I am not aware of that? can u suggest me, how to implement this after data is logged into table
July 31, 2013 at 5:21 pm
Stored procedures
July 31, 2013 at 5:14 pm
Thanks for your Input..
I got some input from my coleagues. This is what they suggested.
grant control on db0.personsto "SQLCentral\ptom"
It allowed to truncate that specified tables.. Does this has any...
July 19, 2013 at 11:38 am
Thanks Gail,
If you dont mind can you please provide me sample script that should be ran every year. so that i can compare the differences and understand it. sorry for...
May 8, 2013 at 4:48 pm
Thanks for the reply IgorMi
I came across these links, as per my understanding sliding window does archiving or dropping of the old partition, but i dont want to implement that....
May 8, 2013 at 3:15 pm
Can someone help me on this.. Any input is appreciated
Are Service packs are seperate for SQL Server 2000 server and AS Server ? When i googled some forums says...
May 2, 2013 at 6:50 pm
One more similar Question.
I can connect to SQL Server by RDP to that server but not with my management studio. what i am missing here ?
Thanks!
May 1, 2013 at 1:41 pm
I can see SQL Server instances in "SERVICES" but not in configuration manager.
I tried reatrting the instance, the status is still white in color.
Thanks everyone for looking into this
May 1, 2013 at 11:31 am
Thank you Both!
Why do we need to open port TCP 1433 and TCP 1434, while the instance is listening on 1477.
Also is this is mandatory to opem UDP port 1434...
May 1, 2013 at 11:22 am
Thanks Paul for your time.
If i have data for Eg from
2009
2010
2011
2012
2013
How should i plan the partitioning for unexpected data where the date is like 1988 or 2050
Please advise
April 30, 2013 at 2:46 pm
Are those tables partitioned on the Oracle implementation?
If the answer is yes... how are they partitioned?
If the answer is no... why are you thinking on partitioning?
---Yes these table are partitioned...
April 30, 2013 at 2:28 pm
declare @min-2 numeric(18,0)
declare @max-2 numeric(18,0)
declare @parts numeric(18,0)
select @min-2 = 102201011472463 ,
@max-2 = 102201354392808,
@parts = 3480
declare @increment int = (@max - @min-2) / @parts while @max-2 >= @min-2
begin ...
April 25, 2013 at 4:04 pm
Let us know
Thank u
April 25, 2013 at 4:02 pm
SQL Server 2012 installation fails in a VMware environment that is running Windows Server 2012
April 1, 2013 at 5:44 pm
Update
I dint change anything , now the Test connection is succesful thru Oracle Connection manager in BIDS , but i am getting the same error while i am executing...
March 21, 2013 at 7:27 pm
Viewing 15 posts - 31 through 45 (of 118 total)