Viewing 15 posts - 76 through 90 (of 105 total)
found it. looks like sometime after sql 2014.
http://msdn.microsoft.com/en-us/library/ms143729%28v=sql.120%29.aspx
March 20, 2014 at 11:30 am
Hello Sean,
Thanks for the help really appreciate it. Looks like I solved my problem by using a cursor and updating the StartDates manually and then selecting that table with...
March 17, 2014 at 2:22 pm
Hello Sean,
I got what I needed I just dumped the data set into a table variable then ran a cursor to update the dates manually getting the previous rows enddate....
March 17, 2014 at 2:15 pm
Yes, so when you run the select from my latest code, the second row StartDate should be the first row EndDate, then the EndDate for second row would add the...
March 14, 2014 at 3:02 pm
I have been for past few hours. =) I just added + 1 for speed purposes. Appreciate the help.
March 14, 2014 at 2:50 pm
Ok here is my other issue. Below is the sample data. What if the StartDates and EndDates were not stored in the table and were derived originally from...
March 14, 2014 at 2:32 pm
Np thank you! I will review it. Appreciate it.
March 14, 2014 at 1:46 pm
Ok thanks for the post.
here is the code to get sample data. So, my results I want the first row to be as is then second row (the ID...
March 14, 2014 at 1:00 pm
Awesome thank you SQLBuddy!
March 3, 2014 at 1:47 pm
Does nobody know or is this a stupid question? Please do share if it is a stupid question I can take it. =)
March 3, 2014 at 1:02 pm
Found out it was a quoted identifier issue. Needed to write the table with double quotes around it. Interesting thing though is I also recreated the package with...
March 3, 2014 at 1:01 pm
Found it needed to use qoutes like this. I also tried using another table name and it worked. Got to love Oracle. GRRrrr.
SELECT * from TESTDB."test2"
February 28, 2014 at 4:52 pm
I got it to work, but now when I try and query the table in Oracle it says the table does not exist? But, I see the table on...
February 28, 2014 at 1:42 pm
I believe so not 100% sure. How can I verify I did? I can tnsping the Oracle server fine and I have sqldeveloper connecting to the Oracle server...
February 28, 2014 at 10:06 am
thank you Evil Kraig!
January 16, 2014 at 10:55 am
Viewing 15 posts - 76 through 90 (of 105 total)