Activity overview
Latest activity by ephraim
yes, fixed, thanks ephraim / comments
yes, fixed, thanks ephraim
Aaron, I've corrected my sql to make it clearer
select *
from dbo.table1 as t1
where skey in (select top 1 t2.skey from dbo.table2 as t2 )
The qualify object names command is balking at the unqualified outer query.
In this case, the skey has to be from t1, right? So, my question is why does it balk?
Ephraim / comments
Aaron, I've corrected my sql to make it clearer
select *
from dbo.table1 as t1
where skey in (select top 1 t2.skey from dbo.table2 as t2 )
The qualify object names command is balking at the unquali...
This fails qualify object names..
select *
from table1 as r
where skey in (select top 1 skey from dbo.table2) / comments
This fails qualify object names..
select *
from table1 as r
where skey in (select top 1 skey from dbo.table2)
problems fixed. thanks Aaron / comments
problems fixed. thanks Aaron
I'm using Visual Studio 2010 Premium... Connecting to SQL 2008 database (Also doesn't work connecting to SQL 2012 database) / comments
I'm using Visual Studio 2010 Premium... Connecting to SQL 2008 database (Also doesn't work connecting to SQL 2012 database)
table intellisense not working in visual studio.. I get no suggestions... Works fine in SSMS / comments
table intellisense not working in visual studio.. I get no suggestions... Works fine in SSMS
I get this:
exec dbo.test @test= 1; with recompile / comments
I get this:
exec dbo.test @test= 1; with recompile
exec dbo.test @... = 1 with recompile
does not put the semicolon in the right place / comments
exec dbo.test @... = 1 with recompile
does not put the semicolon in the right place
tab history with debug
whenever I try to Debug a stored procedure, I get a error from Sql Tab Magic... looking for fullPath
I downloaded 6.1.0.42 and it indeed performs much better, thanks. I got one crash which automailed through to you. I'll test further in the next days and let you know how it goes, but so far its promising. Thanks, Ephraim / comments
I downloaded 6.1.0.42 and it indeed performs much better, thanks. I got one crash which automailed through to you. I'll test further in the next days and let you know how it goes, but so far it...