I need to rename a databases data file. Is this possible through SQL Server Management Studio? FYI, I do not have permissions to the underlying box.
I am using SSMS 2005 on my local workstation and have not yet installed SSMS2008 on it. Wh开发者_Go百科en I connect to a SQL Server 2008 instance and try to \"open\" a table from SSMS2005 I cannot ope
My program allows users to view and edit their data online, and admins to download from/upload to my database from their desktop application.Problem is that while an admin is downloading/updating, a开
I\'ve recently put Windows 7 on my development PC, and I have Visual Studio 2008 Team System Development Edition, and SQL Server Management Studio 2008, and for some reason I can\'t seem to step in to
In SSMS, when editin开发者_JS百科g a row of data in a table, you can press Ctrl+0 to enter a null in the current cell. Is there any shortcut for entering the current date in a cell?This page http://ms
Is there a way to set an \"Select Only\" Mode? I work with SQL Server Management Studio and im afraid of editing some lines while selecting s开发者_如何学JAVAtuff from the database!create a new user
I\'m running several Maintenance Plans on my SQL Server 2008 SP1 Standard installation. I\'m running SQL Server Management Studio on both my development machine and a copy of it on the server. On 开发
I need to write some code for renaming a column in SQL Server 2008. When scripting that in Management Studio I got a double renaming :
Given I have the following view where N=1..100 detail_view_N PantQuantity Fieldx ... A20 A13 B4 Currently we have summary views which insert to a table like
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.