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 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Detail Records into Summary Format via Stored Procedure?11 Dec 2008 16:13 GMT13
(SQL 2000 SP4) We are looking to solve a problem we run into somewhat
regularly where we need to get Detail Records into a special format for
reporting.
Traditionally we have used the middle tier business code to traverse the
<newbie> join problem11 Dec 2008 16:01 GMT6
sql server 2005
I have a join problem in this select:
select id, field1, field2, (select sum(prizes) from product where id =
t.id ) as prices
select records for just today11 Dec 2008 15:53 GMT4
I have a table with a colum that is a datetime type.
I want to be able to select from this table, and record that is equal to a
data only, such as today or yesterday.
The problem I have is that the time part of the datatime is causing a
sqlcmd output and line break / carriage return11 Dec 2008 15:51 GMT9
I am trying to catch someout put from sqlcmd in CSV format. Its kind
of going will apart from one of the columns is a free text column
(varchar ?) and has line break / carriage return and this is wrecking
the CSV output file .. or more correctly .. Excel is having issues
Blocked process report is empty problem11 Dec 2008 13:15 GMT1
I am using:
exec sp_configure ‘blocked process threshold’, 2
in conjunction with Profiler "Blocked process report" event
but the reports always look like this:
how do I check a db connection in use or not C# ?11 Dec 2008 09:57 GMT1
How do I check a db connection is in use or not ?  I am not using any connection pool mechanism.  I have method in a class which returns the connection whenever a connection requested in Business layer.  Whether to return the existing connection or close the existing connection ...
Not able to move a field and save the table11 Dec 2008 05:53 GMT3
I'm using SQL Server Express 2008. I was modifying an existing table in
"Design" mode in SQL Server Management Studio. When I tried to move a field
from its location to another one -- just trying to change the order of fields
within the table -- I got "Saving changes not ...
mssql_connect: the user is not associated with a trusted SQL Server     connection10 Dec 2008 23:52 GMT4
I'm trying to connect to an MSSQL server with an account I created
with "Microsoft SQL Server
Management Studio Express" and am having some difficulty.  The account
uses SQL Server authentication as opposed to Windows authentication
Online Teaching and call handling offer10 Dec 2008 18:23 GMT1
Hi Business Associates,
Greetings!!
I am Subbaraju,  working as a TEst Lead with leading MNC at Hyd. I
have 12+ years of Faculty exp and 6+ years of Software testing. I am
Creating indexes increases the database as twice as much10 Dec 2008 18:06 GMT10
I have table of 75GB and when created the below indexes it actually doublled
the size of the database. The below is the code how I created the indexes,
and also shrinked the database and it got to be to 150GB for now. The log
file is only 1 mb. I did not finish to create all ...
Computation based on previous row's value    *** Need Help ***10 Dec 2008 17:31 GMT5
I would like to know if it would be possible to compose a SELECT
statement where the calculation of a column of the current row could
be based on a column from the previous row, without having the need to
loop through each record in a temp table or cursor?
Linked Server Error...Pls help10 Dec 2008 12:40 GMT1
I am new to Linked Server Concept in 2005. I am getting the following
error while try to connect linked Server.
--Error Message
Msg 17, Level 16, State 1, Line 1
SQL Statement wouldn't run in VB neither create SP while it runs in SSMS10 Dec 2008 12:09 GMT3
Hi!I have a statement as bellow which runs perfectly in SSMS but produces an
error (must declare variable @varname) in VB.NET and also when I try to
create a stored procedure. What could be the reason? Any help would be
greatly appreciated.--THIS RUNS GOOD IN SSMS DECLARE ...
Insert with IDENTITY_INSERT10 Dec 2008 10:17 GMT4
I have a small problem with the insert.
My Table has an Identity-Columne (Seed=1, Step = 1). Now I want to insert a
row with the ID 0. Is that possible without changing the Table Structure?
I have try it with
How to avoid displaying rows with all zeros10 Dec 2008 10:05 GMT4
The table is as follows:
[Item Description] varchar,
Vasche datetime,
Imballo  datetime,
 
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.