Viewing 15 posts - 136 through 150 (of 395 total)
Godd sugestion
if have to use a view due to secuirty reasons , try to create another view which will allign with your job!
April 19, 2005 at 1:57 am
Good news. so you didn;t have any problems and I also can follow the same path
April 18, 2005 at 11:08 pm
this will also work,
select id,max(val1),max(val2),max(val3) from t4 group by id
April 18, 2005 at 10:31 pm
Your question is not clear to me. ANyway, check whether follwing is suting your porblem.
Select * from Numbers Where CIRC = 9010 and NPA <> 9010 and NXX <> 9010
April 18, 2005 at 10:05 pm
Same issue. hopr you will get some idea from this
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=117472
April 18, 2005 at 9:56 pm
Yes u can delete all the tables and empty the logs ,
But as frank said most reliable and easy way is to recreate database from the begining.
In that way...
April 18, 2005 at 6:57 am
I think problem is with the view
as it is ordering by a date which is not a index key I supose
April 18, 2005 at 6:51 am
I have used version 1.0 to some extend. it was a nice tool. hope version 2 is much better than 1.0
April 18, 2005 at 6:07 am
according to the microsoft (http://www.microsoft.com/sql/2005/default.asp) Pricing for SQL Server 2005 has not been finalized.
April 18, 2005 at 3:19 am
yes it should give zero records. as you are grouping them by c1,c2,c3. in your query count(c1) is 1
check this
select count(c1), C1, C2, C3 from ex1 group by C1, C2,...
April 17, 2005 at 10:51 pm
There are few discussion on this subject earlier on this forum
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=108279
You can search there are few more discussions as well
April 17, 2005 at 10:39 pm
Viewing 15 posts - 136 through 150 (of 395 total)