Wednesday, September 10, 2014
object_id needs the schema
ouch and duh
GO's Kill variables
I learned the hard way
An aggregate may not appear in the set list of an UPDATE statement
i just used a CTE
wireless mouse
can be impacted by objects like a phone or keyboard in between computer and mouse
Tuesday, September 9, 2014
" works like [ in sql server
create table xxxxxx ("x x" int)
insert into xxxxxx values (456)
select [x x] from xxxxxx
select "x x" from xxxxxx
insert into xxxxxx values (456)
select [x x] from xxxxxx
select "x x" from xxxxxx
Monday, September 8, 2014
sql server computed column with case
blah as case when ...
Subscribe to:
Comments (Atom)
