Viewing 15 posts - 8,881 through 8,895 (of 9,399 total)
Daniel Bowlin (10/17/2013)
breviloquent
succinct
October 17, 2013 at 12:29 pm
My wife knows I do stuff with databases and am frustrated when she tells me of all the manual checks she does using a certain report because I can see...
October 17, 2013 at 12:28 pm
Sean Lange (10/17/2013)
sqlblue (10/17/2013)
October 17, 2013 at 12:21 pm
It sounds like everyone is having entirely too much fun, except for the travel to get there, of course. I wish I would have taken the time to come.
October 16, 2013 at 5:39 am
sestell1 (10/15/2013)
Something like WHERE TABLE.Start_Date = '2013-10-15'?
If so, you might want to try changing it to WHERE TABLE.Start_Date =...
October 15, 2013 at 11:10 am
umesh.war.rao (10/15/2013)
I...
October 15, 2013 at 7:03 am
I would start by checking the Oracle permissions of the user being used to connect to Oracle from SQL. You're using all_objects, which is a view of all objects...
October 15, 2013 at 5:49 am
J Livingston SQL (10/14/2013)
http://www.toadworld.com/platforms/sql-server/w/wiki/10392.editing-an-sql-server-table-in-excel.aspx
<sarcasm>
That's just beautiful. It even features a hard-coded connection string complete with the server, database, username and password. What could possibly go wrong? :w00t:
</sarcasm>
Yes, it's...
October 14, 2013 at 10:06 am
PiMané (10/14/2013)
Ed Wagner (10/14/2013)
October 14, 2013 at 9:51 am
GilaMonster (10/11/2013)
rodjkidd (10/11/2013)
Gail, I wasn't planning on attending the WIT lunch, but you have me intrigued...Please do come, even if it's to just laugh and point.
Even though I'm not attending...
October 14, 2013 at 9:49 am
ash.newcombe (10/14/2013)
Pyromasochisticnymphosadist.....
Gandalf (fictional)
October 14, 2013 at 9:41 am
My bet would be that if you created the index you specify ([Modulo], [Documento], [NumDoc], [Serie]) then both queries would use the same index. The optimizer picks the best...
October 14, 2013 at 8:52 am
I really hope MS never allows Excel to directly edit a SQL Server table - that could end up being a complete disaster for DBAs everywhere.
October 14, 2013 at 8:44 am
SQL Server likes to cache stuff for performance, since disk I/O is usually an expensive part of an operation. Is your server under stress? Like was posted above,...
October 10, 2013 at 6:37 am
Viewing 15 posts - 8,881 through 8,895 (of 9,399 total)