ssms
Database name in .sql script
I need to execute the following statement ALTER DATABASE DatabaseName ... in my .sql script. But I want to keep my 开发者_Go百科script neutral to the specific database. So I want to make ALTER DATA[详细]
2023-03-17 02:08 分类:问答Is it possible to script the creation of registered servers in SSMS 2008?
I have about 60 servers that I want to add as R开发者_开发知识库egistered servers for quick access. They are similarly named...is there a way to script this so I don\'t have to go through the wizard 6[详细]
2023-03-16 19:25 分类:问答Why does my SqlConnection remain in the SSMS Processes list after closing it?
I have a C# console application with the following code: using (var cn = new SqlConnection()) { cn.ConnectionString = \"Data Source=localhost;Integrated Security=True;Persist Security Info=False\";[详细]
2023-03-16 17:34 分类:问答Opening ssmssqlproj file in ssmse
i want to open the project file .ssmssqlproj in SQL server ma开发者_高级运维nagement studio 2008 express edition. While opening it gives the error that ssmssqlproj is not installed.[详细]
2023-03-16 17:25 分类:问答SQL Server 2008 Query Editor changes the query logic
I hand coded a simple SQL in SQL Server 2008 as below; SELECT * FROM Tab1 WHERE A=\'1\' AND (B=\'1\' OR C=\'1\');[详细]
2023-03-15 18:57 分类:问答Complete Regex syntax for Sql Server Management Studio
Is there a complete description of the regular expression syntax used in Sql Server Management Studio?There must be a way to do negative lookaheads, for examp开发者_Go百科le, but the find/replace dial[详细]
2023-03-15 09:54 分类:问答RegEx help - find substring except when in specific word(s)
A colleague is scanning a large script looking for the substring UAT (case insensitive). Unfortunately, the script co开发者_运维问答ntains many references to \"valuation\", either as a whole word or a[详细]
2023-03-15 07:34 分类:问答Transfer SQL Server data to SQL Azure
I have a local database SQL Server 2008 Express and I have tables along with data in them. I want to export those schemas and data to SQL Azure database.[详细]
2023-03-15 01:18 分类:问答create .exe file which takes parameters, generates and executes SQL queries, SSMS 2005
I am using SQL Server Management Studio 2005 to write the scripts I use on a database. Other people using the same database can query it, but do not have SMSS and cannot execute multiple batches at on[详细]
2023-03-14 08:04 分类:问答How do I temporarily suppress error Messages in SSMS?
The following command attempts to reseed the identity value for all tables in the current database. exec sp_MSforeachtable @command1 = \'DBCC CHECKIDENT(\'\'?\'\', RESEED, 1)\'[详细]
2023-03-14 05:28 分类:问答
加载中,请稍侯......