OBJECT_ID(N'blah.[blah.boo]')
brackets around the whole name worked
Tuesday, September 30, 2014
object_id with table created by mistake with schema name
Monday, September 22, 2014
Could not load type MvcApplication
just restarted VS
Friday, September 19, 2014
varchar(max) > 4000 characters
only with casting
Wednesday, September 17, 2014
asynchronous <> multithreaded
changing recovery plan
I coudnt do it with the graphical tools because the log was full
this worked
ALTER DATABASE blah set recovery simple
this worked
ALTER DATABASE blah set recovery simple
Tuesday, September 16, 2014
DBCC SHRINKFILE
uses the logical name
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:
Posts (Atom)