Viewing 15 posts - 31 through 45 (of 113 total)
I restarted my workstation and it's gone.I just wonder what does this query do?
January 8, 2018 at 12:35 pm
Thank you Grant for reply.They are separate processes,i just listed together.
Session 1: Update table1 set date='20170101' where item_id=10
Session 2: Select t2.Item_ID,t2.Col1,t2.Col2 from table2 t2,table1 t1 where t2.Item_ID=t1.Item_ID and t1.date>'20170401' and...
May 8, 2017 at 11:17 am
Installed SSMS 2014 and it works just fine.
Thank you very much
March 1, 2017 at 1:28 pm
Thanks for reply.
"SSMS version on your workstation is pre-2012 is my guess. " Yes.Is that a cause of the problem?
March 1, 2017 at 12:59 pm
Found nice article
Got it.
Thank You
January 27, 2017 at 5:08 pm
I have 2 databases in my production server(Server A):Production and copy of Production database(Prd_Copy.).Every day i am restoring previous day's full backup of production database into Prd_Copy..bak file resides in...
September 8, 2016 at 1:47 pm
Thank you guys.And differently i'll use Tsql .
February 5, 2016 at 10:27 am
No.I am trying to configure Database Mirroring(SQL Server 2014)
February 4, 2016 at 6:07 pm
Sorry for inconvenience.next time i'll make sure to post sample data.And thank you for your replies
October 8, 2015 at 12:08 pm
I have a task similar to this one.
i have client table which has client_id Eff_from and Eff_to columns.Eff_from and Eff_to are the dates that client is eligible for service.I need...
October 8, 2015 at 11:18 am
tnx for reply.lets say i have 5 columns and col1 is clustered(not identity).I insert values 10,x,x,x,x .How do i get cluster index key value ?
My assumption was that it is...
September 25, 2015 at 9:46 am
i got it.Just added COUNT(*) to Luis's script.Thank you guys
September 11, 2015 at 12:57 pm
Viewing 15 posts - 31 through 45 (of 113 total)