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

Tip: Looking for answers? Try searching our database.

Programming

Recently updated threads


Thread preview

CLR (view all ...)Last Post  Replies
CLR Causing Server Reboot?28 Feb 2010 20:59 GMT1
I'm running a CLR assembly that was designed to resize images within SQL
Server.  The assembly is "safe" but uses System.Drawing which is "unsafe".
When provided with the PK of the datarow, the CLR assembly will retrieve the
image from the database, resize it, and update the ...
marvendas@gmail.com Kit completo de   Solenoides ( solenoid ) + chicote Para Cambio automatico 01M hidramatico Audi A3 Vw Golf gti turbo 9431820 Feb 2010 03:24 GMT-
Contato: marvendas@gmail.com
marvendas @ gmail.com
marvendas no gmail.com
Kit completo de solenoides para Volkswagem e Audi.
DESCARGAS - ANTIVIRUS GRATIS 786218 Feb 2010 12:55 GMT-
Muchos problemas de rendimiento y seguridad de tu computador son causados por
virus maliciosos, la mejor forma de combatir esto es tener instalado un
Antivirus reconocido y actualizado en tu computador
Descarga gratis Antivirus en:
A good thing or not?02 Jan 2010 17:02 GMT9
I’m one of those developer, turned DB developer / forced DBA types, and I am
intrigued with the idea of managed code (CLR) being stored in the database
via assemblies.  Our company creates financial software for distribution to
outside clients.  We have many cases where a lot of ...
CLR function works with Physical Servers but in VM it initially works then through error network-related or instance-specific error occurred while establishing a connection to SQL Server.24 Nov 2009 22:29 GMT6
We developed a CLR function that do some work with database, as the logic is
already developed in C# so we are not going to re-write the same code using
stored procedure. But due to some business requirement, we are calling this
function in a stored procedure from SQL Server ...
Multiple calls to CLR SP results in "Context Connection Is Busy"25 Jul 2009 02:16 GMT2
We have some VS 2008 .Net code which is performing database related queries
which has been marked for use as a CLR Stored Procedure and running in SQL
2005 which runs fine for one user.  But we are having problems when calling
the same stored procedure via multiple clients at the ...

Connectivity (view all ...)Last Post  Replies
OLE DB provider "SQLNCLI" for linked server "(null)" returned message "Unspecified error".16 Mar 2010 12:36 GMT-
I want to update with same tables an online sql server with local data of a
software.
The online and local tables structures are the same, the name of the table
also.
OLE DB provider "SQLNCLI" for linked server "(null)" returned message "Unspecified error".16 Mar 2010 12:35 GMT-
I want to update with same tables an online sql server with local data of a
software.
The online and local tables structures are the same, the name of the table
also.
The multi-part identifier "alias.field" could not be bound.10 Mar 2010 18:57 GMT2
I am using sqljdbc_2.0.1803.100 version of the driver with SQLServer 2005.
create table table1(id int, name varchar(100));
create table table2(id int, name varchar(100));
insert into table1 (id, name) values(1,'A');
ODBC SQL INSERT INTO error10 Mar 2010 00:49 GMT1
I'm doing a data migration into sQL server.  I created the sQL table.  I'm
getting the error:
ODBC error:  An object or column name is missing or empty.  for SELECT INTO
statements, verify each colmn has a name.  for other statements look for
Connecting remotely through VPN09 Mar 2010 16:47 GMT18
One of my customers has an SBS2003 SP2 box running SQL Express 2005.  It is
set for mixed mode authentication and I have a SQL account setup (not SA) for
connecting via SQL authentication.
When I connect to the LAN locally (inside the building) I can connect just
#17 error + password issue  DNS ODBC error04 Mar 2010 05:27 GMT1
I seem to have gotten the right computer name now.  It is in the Windows System
control panel.  So it goes through the DNS dialog but now seems to have a
password issue.
When I test the DNS connection it fails and I get the shared memory #17

SQL (view all ...)Last Post  Replies
Full Outer Join performance17 Mar 2010 04:53 GMT9
I am looking at a procedure that does a FULL OUTER JOIN on 2 views.
SELECT ...
FROM vw1 WS1
FULL OUTER JOIN vw2 as WS2 ON WS1.WorkSpaceID = WS2.WorkspaceID
how to truncate to 2 decimal places17 Mar 2010 02:53 GMT6
Via a calculation, how do you truncate to 2 decimal places ?
.678952  should be .67
I have seen where people have suggested Round(.678952 , 2 , 1)
But I got an error message when i tried that....
Stored Procedure BIT type Optional Parameter Question17 Mar 2010 02:22 GMT3
I am creating a stored procedure that will have a BIT type parameter that
will be optional.  If that parameter is not included then it should return
all values (1 and 0).  I've put together the SP below but I am wondering if
there is a cleaner way to handle this situation.
Bulk insert from user defined table type into a table16 Mar 2010 23:18 GMT1
I have a user defined table type with columns representing the data that
will be inserted into a normal table.
CREATE TYPE [Headlines].[HeadlineTable] as TABLE
(HeadlineTitle nvarchar(200) not null,
Linked Server and distributed transactions16 Mar 2010 22:42 GMT2
SQL 2005
I have a linked MySQL server. I have written a script which updates
the MySQL server correctly when run from the Management Studio using
OPENQUERY.
PIVOT with dynamic where clause (how to)16 Mar 2010 22:30 GMT3
I am having problems figuring this one out:
The pivot below is intended to be used in statistics (how does each
operator (employee) perform). My problem is that I need for it to by
dynamic, so that a date interval can be chosen before presenting the

XML (view all ...)Last Post  Replies
Xml shredding performance09 Mar 2010 09:22 GMT3
we are having some performance issues regarding xml shredding.
At this point we are extracting data from xmls from nearly 60 different
companies - and therefore 60 different xml structures. The total amount
of xml is about 350MB and we are trying to extract the data as fast as
Ordering of XML Incorrect04 Mar 2010 11:02 GMT7
I am having an issue with the ordering of my xml tags. Please see my example
below:
SELECT 1 as Tag, 0 as Parent,
NULL as [ifti-draList!1!Item1!ELEMENT],
save the information from an xml in sql03 Mar 2010 20:06 GMT1
hi all. I need to save the mass information from an xml in
sql database from c # is not how. thanks
Signature

desarrollo

Error Code  0xc00ce56225 Feb 2010 13:47 GMT2
In a Asp.Net 3.5 application I need to read this XML chunk, inside a Stored
Procedure (sql Server 2008):
declare @xml varchar
set @Xml =
下載免費的反病毒 838122 Feb 2010 19:31 GMT-
許多性能問題和安全性您的計算機造成惡意病毒,最好的辦法對付,這是得到承認和防病毒在計算機上安裝更新
殺毒軟件免費下載:
http://antiviruscn.blogspot.com/
鏈接網站的內容:
CREATE XML SCHEMA COLLECTION - Expected XML schema document Error20 Feb 2010 04:24 GMT5
in SQL Server 2008,
I am trying to create a XML SCHEMA COLLECTION for the following xml, but I
am getting the error
Msg 2378, Level 16, State 1, Line 23
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage




©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.