Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / DB Engine / SQL Server / October 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Can SQL 2000 database be attached to SQL 200531 Oct 2008 22:25 GMT4
Hi, All experts:
I first built sql2000 and restored database from one server to this new
server Win2K3.
Now I installed sql 2005 in a different folder but the old database of sql
Moving SQL server to new hardware and upgrading to 2008 from 200531 Oct 2008 18:35 GMT1
I have an existing server running SQL 2005.  I want to know the correct
process to replace this box.  Right now the server name is ATCSQL and I want
the new server to be called ATCSQL when the process is finished.
Should I build the new server up under a different name, install ...
SQL Query31 Oct 2008 15:07 GMT1
tblStudents
 StdCode Int
 Year       Int
 Class      VarChar(2)
SSMS08: Activity Monitor and Database Connections31 Oct 2008 14:44 GMT2
In the old versions of SSMS and EM, the activity monitor would show idle
but connected clients; you could tell who was connected to which
database, i.e., you needed to restore a test/dev DB and had to know
which users to 'kick off' to make it happen.
Issue with SQL upgradation31 Oct 2008 11:55 GMT1
When I upgrade from SQL server 2005 to SQL Server 2008 (Standard Edition), I
see 2 folders in the start menu, one related to Microsoft SQL Server 2005 and
other related to Microsoft SQL Server 2008. And none of the menu items under
Microsoft SQL Server 2005 are working. Only SQL ...
Delay in starting the databases with SQL Server 2008?31 Oct 2008 07:17 GMT15
We have an application which runs as windows service, has dependency on
MS SQL Server (MSSQLSERVER). Somehow when the machine is restarted, our
service is trying to start before MS SQL Service is fully started and our
service is failed to start.
Requesting Backup / Restore Theory Explanation31 Oct 2008 07:16 GMT40
MSSQL backups are odd in that the data and transaction logs are two different
backup operations it seems.  Normally, when a backup is performed, the data
and log file can be archived at exactly the same time, and the data file in
the live area is the same as the archived one ...
SQL Error.31 Oct 2008 05:08 GMT3
I have this trigger that I want to create:
CREATE TRIGGER trig_Activate_Account
-- Set Activated to 1, set Acct_Status to Active
ON Acct_Profile
Searching foreign characters in SQL 200531 Oct 2008 04:28 GMT3
I'm having problems with searches via a classic ASP front-end of terms
including foreign characters.  For example, Profiler indicates that a
search for: все ок, юзай на здоровье
is actually executed as:
Very poor performance31 Oct 2008 04:17 GMT8
We just migrated from an XP server to a 2003 server.  From 2000 to 2005.
Everything on the new hardware is supposed to be far superior to what we had
on the 2000 sql box but performance is down in the dumps.  I mean its BAD.
I can dig up the specs on everything but I figure ...
Invalid object name User defined function31 Oct 2008 00:17 GMT3
I feel like I'm banging my head against the wall
I created a function
CREATE FUNCTION [dbo].[fn_Check_Digit](@ID varchar(10))
RETURNS varchar(12)AS
Nvarchar conversion on where clause30 Oct 2008 23:48 GMT3
This is a question about the TSQL generated by linq to entities but you guys
will be able to answer it. I have a simple where clause, which uses a
varchar field called CustomerKey. The actual TSQL looks like this:
WHERE N'LAN56' = [Extent1].[CustomerKey]
Version Control suggestions?30 Oct 2008 22:34 GMT7
i'm midly interesting, in perhaps finding out about what might be required
to use version control on SQL Server objects - should i decide to look into
thinking about version controlling them.
(Is that enough of a disclaimer?)
trigger select field from deleted won't work...30 Oct 2008 20:39 GMT4
I created a trigger as follows,
declare.....
select @fieldName =(select  name from syscolumns ......)
select @oldvaluesql ='select @oldvalue = ' + @fieldName + '  from deleted'
Parallel capability in SQL SERVER 2000 Enterprise Edi30 Oct 2008 20:33 GMT2
I am on  Windows 2003 using SQL Server 2000 EE. I have heard both good and
bad things about parallelization.
I am an Oracle DBA getting into SQL SERVER  World. Oracle will only use
parameterization if certain conditions have been met, i.e., table is set with
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.