Comments
Sort by recent activity
Tianjiao_Li said:
Disable the built-in intellisense under Options->Text Editor->Transact-SQL->Intellisense
Looks like conflict with SQL Studio intellinsense. Thanks for your help. Nice name btw [image] / comments
Tianjiao_Li said:
Disable the built-in intellisense under Options->Text Editor->Transact-SQL->Intellisense
Looks like conflict with SQL Studio intellinsense. Thanks for your help.Nice name ...
Just tried the latest 5083, no intellisense inside Microsoft SSDT project. I replicate the issue by creating an empty SSDT project, with Table1 and TestProc1. When I type in the TestProc1, SELECT popup, so are project namespace and dbo schema, but there's no table name at all. Tried rebuild project, refresh suggestion, different namespace and schema, same result. Once connecting to live SQL, everything works fine. CREATE TABLE [dbo].[Table1] ( [Id] INT NOT NULL PRIMARY KEY, [UserName] VARCHAR(50) NULL )
CREATE PROCEDURE [dbo].[TestProc1]
AS
BEGIN
SELECT * FROM ta
END
/ comments
Just tried the latest 5083, no intellisense inside Microsoft SSDT project. I replicate the issue by creating an empty SSDT project, with Table1 and TestProc1. When I type in the TestProc1, SELECT...
The SQL Prompt in the Toolbelt Essential, is that the full version, or you have another PRO that cost extra? I disable the core in VS2017, see SQL Prompt, and it does not work with Microsoft Database Project. Forum appears to say that's a Pro feature? Thanks / comments
The SQL Prompt in the Toolbelt Essential, is that the full version, or you have another PRO that cost extra? I disable the core in VS2017, see SQL Prompt, and it does not work with Microsoft Datab...
Thanks. Any idea why it doesn't work with Microsoft Database Project (SSDT)? I connect to SQL, open query, prompt works perfectly. Open a SSDT project, open a storedproc.sql script file, only standard SQL keywords like SELECT show up. Nothing else popup, not even table names. I read several forum replies mentioned Prompt Pro works with SSDT. / comments
Thanks. Any idea why it doesn't work with Microsoft Database Project (SSDT)? I connect to SQL, open query, prompt works perfectly. Open a SSDT project, open a storedproc.sql script file, only st...