In SQL Server Management Studio Express... I'm doing queries to test some features in my web site... the problem is: When I'm have the query window opened... my site crashes because it can open the...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2258...
When I highlight and Right-Click a particular SQL Server and click New Query, it opens to query a different database other than the default master database. How do I get this switched back to open...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_22960853.html
Super Rookie Question. How do I import a csv or pipe delimited file into SQL SERVER MANAGEMENT STUDIO? I have a csv with 1 million plus records I need to import. I am not a database guy and don'...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2340...
hi Experts
this code here Procedure In SQL Server 2005 .....
i want to Create Same Procedure like this in Oracle PL/SQL 10G
USE [db_mang]
GO
/****** Object: StoredProcedure [dbo].[ad...
http://www.experts-exchange.com/Database/Oracle/PL_SQL/Q_23417312.html
I am running the Microsoft SQL Server Management Studio for SQL 2005 on my local workstation.
When I start it, username is grayed out when choosing windows authentication as the Authentication m...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2287...
I currently have 10 databases setup on a single SQL Instance, including the default AdventureWorks, and whenever I try and get the properties for any database I get the following error/warning mess...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2308...
Hi all, i have a SQL Server database that i need t backup on a regular basis. We do this at present using SQL Server Studio Express, making a full backup via a right click on the target database th...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23107238.html
I'm new to Microsoft SQL Server 2005 Management Studio and I basically wanted someone to thoroughly explain to me a few things:
Stored Procedures
I understand the concept behind these but could...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2317...
I load SQL Server mgmgt studio express, which works fine. Then I click to connect to my database server. As soon as a I click connect the app closes. This keeps occuring, preventing me from accesin...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23185851.html
I am trying to get SQL Server Management to read a text file (that I exported from MS Access) on my personal drive.
I tried:
select *
from H:/Projects/slotmast.txt
But that's not working.
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23236890.html