Viewing 15 posts - 1 through 15 (of 41 total)
@serg, thanks for those link which help me to get bearing formula, while when I used those function am not getting the angular movement of flight while it gives only...
December 17, 2015 at 7:30 am
Yes its a complete route but need a SP or function or logic to update a table which has current lat and log details
in a time interval at run time...
December 17, 2015 at 1:24 am
@steve-2, thanks for those links, that was helpful to be only distance between source and destination. I am looking for all the possible X and Y coordinates between the source...
December 16, 2015 at 10:47 pm
Thanks for that quick responce.
I think DB will be case insenstive, as I am working on a migration project of oracle to sql, SSMA was not converting
the above Index in...
June 10, 2015 at 4:15 am
I think you should use SQL Activity monitor or profiler to get the CLR which is using more memory.
October 30, 2014 at 12:32 am
Thanks for the responce Perry!!
I was able to fix it not only by by using instance name without full servername and we need to pass the
sysaccount details in double quote...
October 1, 2014 at 5:30 am
SELECT'IF NOT EXISTS (SELECT [name] FROM sys.database_principals WHERE [name] = ' + SPACE(1) + '''' + [name] + '''' + ') BEGIN CREATE USER ' + SPACE(1) + QUOTENAME([name]) +...
July 25, 2014 at 7:06 am
@john-2 Mitchell-245523 - yes, have tried Deny Delete to Logingen as well, no luck.
January 23, 2012 at 4:43 am
@GilaMonster - Yes the login is sysadmin and not a database owner on the database I want
to deny the delete
January 23, 2012 at 4:43 am
Thanks Mike for the reply...but one strange thing here in my scenario i canot change the schema to dbo coz the same objects exists on dbo schema as well as...
October 1, 2010 at 12:05 am
Ya I have tried putting the database to SIMPLE mode but no luck.
But as i mentioned it's a just a test database am trying to produce for UAT. So do...
July 21, 2010 at 5:01 am
Thank you all for the suggestions.
I was able to do my updates in batch, every time detaching the db and deleteing the log file and attaching the mdf file...
July 21, 2010 at 1:23 am
Mate..tnx for that link..but i just want to know is there a way i still can run my updates with out logging them on log file?
July 20, 2010 at 8:16 am
thanks for the info...can you please help me out with a piece of recursive function for this scenairo
Really appreciate you help on this 🙂
April 22, 2009 at 1:03 pm
Viewing 15 posts - 1 through 15 (of 41 total)