Comments
Sort by recent activity
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
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...
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...
Can't do a snapshot. Possibly I could do a gotomeeting with you. If you want to set that up, send me your contact details. / comments
Can't do a snapshot. Possibly I could do a gotomeeting with you. If you want to set that up, send me your contact details.
Right, no synonyms on this database... I use synonmns on another database and it goes fast, but it has much less SQL objects. To me this seems directly related to just the total number of SQL objects that are held in memory that need to be scanned. I'd be happy to host a gotomeeting to demonstrate. / comments
Right, no synonyms on this database... I use synonmns on another database and it goes fast, but it has much less SQL objects. To me this seems directly related to just the total number of SQL obj...
I can ask if we can send you a snapshot, but I'm wondering if you've tried to reproduce this on a large database. This is the result of:
select type, count (*) from sys.objects as o group by type
TR 156
SQ 3
FN 2
S 45
D 23
IT 7
F 58
PK 115
P 783
U 244
TF 7
R 2
C 10
IF 8
V 10 / comments
I can ask if we can send you a snapshot, but I'm wondering if you've tried to reproduce this on a large database. This is the result of:
select type, count (*) from sys.objects as o group by type...