Viewing 15 posts - 796 through 810 (of 859 total)
SQLRNNR (3/21/2012)
AV has the file locked
The data file is not associated with the database that you detached.
You don't have modify permissions with your user account to the location where...
March 21, 2012 at 10:40 am
it depends on what type of partition. a hard drive partition with no data from the database? thats no problem. now you will loose every thing else...
March 21, 2012 at 10:33 am
from the OP's question it seems like he is very new to sql
here are 2 articles on joins, inner and outer.
Inner Joins - http://msdn.microsoft.com/en-us/library/ms190014.aspx
Outer Joins - http://msdn.microsoft.com/en-us/library/ms187518.aspx
March 21, 2012 at 8:18 am
Saggy (3/21/2012)
hi guys...When we uninstalled .net framework will sql server get affected?
reply.......thnx
my question is why uninstall the framework. if there is a space issue there are other places you...
March 21, 2012 at 8:14 am
Could you post your solution.I have a similar problem and attacked it with cross tabs. I don't like pivot but have used it. Cross tabs seam simpler to...
March 21, 2012 at 7:27 am
ColdCoffee (3/20/2012)
CELKO (3/20/2012)
March 20, 2012 at 6:23 pm
Matthew Cushing (3/20/2012)
show off 🙂
why not show off a little. maby some newbie will search the forum (LOL) and find this reply and go wow thats cool, did not...
March 20, 2012 at 5:16 pm
http://blog.sqlauthority.com/2009/02/02/sql-server-t-sql-script-for-fizzbuzz-logic/
after i coded it and people said its a common problem i googled it. found that first result. sometimes a google search is better than asking...
March 20, 2012 at 5:07 pm
CELKO (3/20/2012)
SQL Programming Style
im currently reading it and its preaty good. gives a good base to work off of. my shop uses a sligltly different naming conventions and...
March 20, 2012 at 5:00 pm
roryp 96873 (3/20/2012)
capn.hector (3/20/2012)
homework or interview??i have the answer just want to know why
EDIT well since its posted here is mine
I figured as much as well, but if they...
March 20, 2012 at 4:54 pm
homework or interview??
i have the answer just want to know why
EDIT well since its posted here is mine
with E1(N) as (Select 1 UNION ALL Select 1 UNION ALL Select...
March 20, 2012 at 4:47 pm
Matthew Cushing (3/20/2012)
March 20, 2012 at 4:21 pm
There is no problem with the alias however you need to use the actual column name I'm the group by and not the column alias. That's where your error...
March 20, 2012 at 5:13 am
Brian.cs (3/19/2012)
Finnlake (4/1/2010)
March 19, 2012 at 3:59 pm
thats exactly what we needed. Thanks
This may work but will break (kinda) if there is more than 1 entry in each column for each contact.
SELECT m.Contact, MAX(m.History), MAX(m.URL1), MAX(m.URL2),...
March 19, 2012 at 3:01 pm
Viewing 15 posts - 796 through 810 (of 859 total)