Viewing 15 posts - 16 through 30 (of 45 total)
Thanks Jeff.
Yes, they are on different filegroups.
August 12, 2014 at 2:52 pm
Thank you Jeff,
Can we do offline rebuild of partation in SQL 2008 Version with the below syntax?
ALTER INDEX IX_TransactionHistory_TransactionDate
ON Production.TransactionHistory
REBUILD Partition = 5
August 11, 2014 at 5:21 pm
Hello Jeff,
Thanks for the response.
We don't have scheduled maintenance due to the nature of environment and will be done on planned adhoc basis. The earlier partations are in good...
August 11, 2014 at 4:52 pm
Thanks very much for your response Shawn.
July 14, 2014 at 12:42 pm
Thanks very much Shawn.
Can same be achieved through sc?
Thanks in advance.
July 14, 2014 at 12:25 pm
Thanks Jeff.
I tried to find ACE Drivers details but not able to find much. Please let me know the web links where I can gain more inforamtion.
Regards,
Paul
October 2, 2013 at 3:07 pm
Thanks very much Alan.
Management don't want to move Access data to SQL Server. It would be great if you could help me in using JET OLEDB in SQL 2012.
Regards,
Paul
October 2, 2013 at 2:28 pm
All,
I could able to figure out and complete the task.
Thanks
December 6, 2012 at 3:24 pm
Sorry All.
I could able to figure out the fix and taken care of it.
September 11, 2012 at 11:19 am
Hello Lynn,
Thanks for your response.
Below is the syntax of the original query.
SELECT A.COL1, A.COL2, B.COL3, B.COL4 FROM TABLE A JOIN TABLE B ON A.DATE_CREATED = B.DATE_CREATED
Thanks in advance,
September 7, 2012 at 11:04 am
Yes. Right now I could able to figure out.
I may need your help in the near futher. Right now I am not clear about the requirement. Once I have...
August 31, 2012 at 12:38 pm
Thanks...
When trying at my end, the below query worked for me...
SELECT A.COL1, B.COL2,C.COL3, A.COL4, B.COL5, C.COL6,
CASE WHEN D.COL1 = 1 THEN E.NAME ELSE ' ' END [INVEST1],
CASE WHEN...
August 31, 2012 at 12:15 pm
Hi,
I don't want to UNION here instead I want to get the output from both the query in single query. I want to add both query into one so that...
August 31, 2012 at 11:29 am
adding to the below email.
I have linked server configured between instance1 and instance2. In 2nd select statement, I am going to use [Instance.database.dbo.table] in the case statement. As the...
August 31, 2012 at 11:11 am
Viewing 15 posts - 16 through 30 (of 45 total)