Viewing 15 posts - 11,446 through 11,460 (of 15,381 total)
ryno-544382 (7/3/2012)
Thanks for taking the time to get back to me.
I have updated the post to make more sense and per your suggestion.
If there is anything I still missed please...
July 3, 2012 at 8:29 am
That value is outside the range of what can fit in a float.
July 3, 2012 at 8:21 am
koteswararao001 (7/3/2012)
i have a table like emp table( ename ,eid,deptno,manager,eloc).dept table like (deptno,deptid,dname,dloc)please provide syntax for this eid is primary key
immediate plzzzzzzzz........
The title of your thread talks about creating tables...
July 3, 2012 at 7:55 am
This is excellent Dwain!!! Definite addition to the toolbox.
July 3, 2012 at 7:47 am
There are a lot things it could be. Parameter sniffing, stale statistics, blocking, poor indexing...
Take a look at this article about how to post performance issues.
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/%5B/url%5D
July 2, 2012 at 3:34 pm
I am by no means well versed in Oracle but my goggle-fu isn't too bad. I used the default constraint of SYSTIMESTAMP on the table and found the Oracle info...
July 2, 2012 at 2:51 pm
gmamata7 (7/2/2012)
I understand how to create alias but got confused where to configure i.e on sql server or on client computer:
from the link http://msdn.microsoft.com/en-us/library/ms190445(v=sql.105).aspx
It says, we need to set...
July 2, 2012 at 2:36 pm
I think you will far better luck with a flash forum for issues with flash. I suspect that those forums will have the same general complaints about your post unless...
July 2, 2012 at 2:22 pm
Not sure really what you are asking but I found this article which explains how to setup an alias.
http://www.mssqltips.com/sqlservertip/1620/how-to-setup-and-use-a-sql-server-alias/%5B/url%5D
It doesn't really make sense to have the alias be on the...
July 2, 2012 at 2:15 pm
I believe you want to use the datetimeoffset datatype.
http://msdn.microsoft.com/en-us/library/bb630289.aspx
I think your default constraint would just be getdate().
July 2, 2012 at 2:09 pm
You can use SQL search, the free tool from redgate. It should search just about anything you listed although I am not sure it will find t-sql in a job.
July 2, 2012 at 2:00 pm
Here is an interesting list, many I have never heard of before.
http://en.wikipedia.org/wiki/List_of_dates_predicted_for_apocalyptic_events
July 2, 2012 at 1:10 pm
Bill Talada (7/2/2012)
I don't remember you posting code for your 8k splitter. We all knew there was a general splitter function being used. It doesn't matter...
July 2, 2012 at 10:48 am
ChrisM@Work (7/2/2012)
Sean Lange (7/2/2012)
July 2, 2012 at 9:10 am
You will find far better performance and code maintenance by creating a sproc for each of your different select statements. The code dwain posted is indeed quite a clever way...
July 2, 2012 at 9:01 am
Viewing 15 posts - 11,446 through 11,460 (of 15,381 total)