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 / Programming / SQL / December 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Query - to Return Most Recentl Row For Each ClientID + CaseID31 Dec 2007 23:29 GMT2
I'm working on a small app for a law firm. The supporting database allows
for multiple Cases per Client, so it
has ClientID and CaseID to identify each Client and Case, respectively.
For each Case, there is a physical file maintained by the law firm that
Is is possible to create a stored procedure to backup a database in MSSQL EXPRESS?L31 Dec 2007 18:13 GMT8
I use SQL Server Management Studio on my development system but my client
will use the Express version which does not allow you to schedule jobs like
the Enterprise version does. So I want to run backups via a storedprocedure
if that is possible.. I'm still learning about stored ...
Help with pivot query31 Dec 2007 17:15 GMT7
Create table #t2
(userid int,
noteddate datetime)
insert #t2 values(1,'2007-12-1 06:00')
Another query help needed...31 Dec 2007 16:04 GMT2
Create table #t1
(userid int,
entrydate datetime,
productid varchar(5))
Select * question31 Dec 2007 09:25 GMT19
What's the prevaling view of using Select * only in views, not in stored
procs, if a rule exists that the client applications will only use stored
procs to return data, and views are only to be used by the stored procs?
Permission to assign user permission to database31 Dec 2007 07:59 GMT1
I was assigned to develop a SQL database using Access front end with SQL
Server backend. I connect to the SQL Server through the MS Server Management
Studion. I am getting an error message while assigning users to use the
database. I am currently has the right of creating the ...
Another SQL query question31 Dec 2007 01:33 GMT2
I have a table with a large number of columns.  One of the columns is
an
integer (int, not null), and another is a bit (bit, null).  If the
integer value
GML Support in 200831 Dec 2007 01:01 GMT2
BOL for SQL Server 2008 says that the geometry and geography data types
support a subset of GML functionality. Does anyone know if MS has a
shortened version of the GML XML Schema available that reflects the features
that are actually implemented in 2008?
Cannot truncate a table because of foreign key30 Dec 2007 23:49 GMT2
We are using SQL Server 2005.
We have 2 tables, say tblA and tblB.
tblA has a column called Account, which is its primary key.
tblB has a column called Account, which is its primary key and a foreign key
check for values in a table30 Dec 2007 23:27 GMT5
I have a table that has 2 rows..
Table1
outputvalues
0
Create Schema Version of the Entire DB30 Dec 2007 15:54 GMT10
What is the best way to produce the Schema from one Database in SQL 2005 and
load it into another database?
This has to be automated using scripting.
Possible parameters are source server, source DB, target server, target db.
Parsing question30 Dec 2007 15:48 GMT2
I need to parse a field in a table called comment. That field looks like this:
<SN>1089153</SN><SNH>1803553</SNH><SNPCB>H52516</SNPCB><CN>C246-06-180</CN>
There is no problem to extract the serial which is between the <SN>, </SN>
tags. I am doing this with:
Best way to Secure connection string30 Dec 2007 15:46 GMT2
I have a few VB6 applications that access a remote Oracle database and store
information obtained from the Oracle DB in a Sql Server 2005 database.
Currently, the connection code for the Oracle database (along with the
password) is in my VB 6 code.  
SQL server message30 Dec 2007 14:56 GMT5
Good evening,
I am not technically inclined so I am asking for a little help :)
When I start the computer I get an error message
"SQL Server - Your SQL Server installation is either corrupt or has been
SQL Server problem30 Dec 2007 13:35 GMT3
Can you tell me where I can ask the question? I am afraid that I do not
understand SuperGumby's answer?
Signature

Regards,

 
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.