Viewing 15 posts - 1 through 15 (of 66 total)
antonio.collins (1/16/2008)
that query does not seem to only consider sellers who have sold at least 3 items in each of the past 3 months. have i misinterpreted...
January 16, 2008 at 10:30 am
We just tried "trustworthy" option which seems to apply to stored procedures NOT VIEWS - we need to access data by VIEWS. My understanding is that we...
February 1, 2007 at 6:24 pm
Thanks. Will the transactional replication can resolve the permission issue?
Issue:=>The permissions for the log shipped copy of the database are inherited from the primary database and cannot be changed without...
January 26, 2007 at 10:03 am
Thank you. I've figured it out. I shouldn't put measure_name in the join.
here's my finals.
SELECT CASE WHEN LEFT(D.Location_2, 1) = 's' THEN substring(D.Location_2, 5, 5) WHEN LEFT(D.Location_2, 1) = 'D'...
August 10, 2006 at 7:51 am
The data is all there, before I joined the 2 tables, I ran the query and the result is correct:
SELECT D.Location_2,
D.Location_1,
CASE WHEN D.PY = 0 THEN NULL ELSE...
August 9, 2006 at 7:28 am
Thank you so much. Both queries work perfectly.
July 24, 2006 at 4:05 pm
Thank you for your quick response. It works great except there's one employee's name is "John Del Valle Kalble", the last name is Del Valle Kalble, first name is John.
The...
July 6, 2006 at 3:40 pm
an Instance (In Oracle term). a group a databases. not logins or roles.
May 3, 2006 at 2:40 pm
What about detach and attach the database? Is it required to bring the database offline for detach?
I thought detach and attach would be faster than backup/restore method. The database...
April 13, 2006 at 1:40 pm
super! Thanks a million!
March 16, 2006 at 1:37 pm
Yes I checked the datatypes for those joined columns, they are the same.
I have indexes on both jobs table and applicants table.
And I got same result :8 seconds , from both...
March 16, 2006 at 9:50 am
The code is neat and great, but now I am running into performance issue. The result returns in average 8 seconds, and all the tables are less than 70 rows. ...
March 15, 2006 at 10:39 am
Perfect! THANK YOU THANK YOU THANK YOU! THANK YOU SO MUCH!
March 14, 2006 at 4:02 pm
Viewing 15 posts - 1 through 15 (of 66 total)