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 / July 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Querying ExecutionLog Table15 Jul 2008 19:27 GMT5
I'm writing a quick and dirty report to give to the powers that be showing
just how often - or not - certain reports are run. I'm also going to include
some other anecdotal information. One of the things I'd like to include are
average times (rendering, data retrieval, etc.). ...
T-SQL Query Help15 Jul 2008 18:51 GMT6
I have 2 rather important database updates that I need to make today, and I want to make sure I get the syntax, actually more importantly the update correct!  It's query 2 I am more concerned about.
Requirements
1.  Update 1: Update CustomChar4 in the Outlet table to the value in ...
Find records with single quote15 Jul 2008 18:19 GMT12
I am trying to use a WHERE clause with a LIKE condition to find records that
have a single quote in a column text entry.  Below is what I have tried but
all fail.
...WHERE [Subfile] LIKE '%David's%'
Trying to convert an Access 2003 SQL to SQL Server 2000 that has an EXISTS15 Jul 2008 17:24 GMT6
My problem is I have a SQL statement that works great in Access 2003, but
when I try to transfer to SQL 2000 it errors on me mainly around the EXISTS
section.  I have tried multiple scenarios, but seem unable to get it to work.
Can anyone explain why an EXISTS in the SELECT ...
How to build a spreadsheet like table - Rookie15 Jul 2008 16:18 GMT2
Good morning. I'd like to extract data from a single table containing
expenses, aggregating monthly totals by type.
Here's the simplified structure of the existing table
myTBL
Performance problems after upgrading to 2005 from SQL 715 Jul 2008 16:09 GMT2
The following piece of SQL takes more than 2 minutes in 2005 whereas it
takes less than 10 seconds in SQL 7 -
--ORIGINAL
IF (
Comparing against a table15 Jul 2008 15:49 GMT4
I'm trying to generate a list of addresses from our address table that
don't use standard street abbreviations or don't have any street title
or abbreviation at all.  The column in the address table that I need
to look at is called address_1.
Copy Data (attempt 2)15 Jul 2008 15:48 GMT5
(Apologies if this is a repost, my first hasn't shown up after 4 hours)
I'm trying to create a table variable which matches the schema of an
existing table with an added 'NewUid' column, and I want to populate it with
select data from the live table, and then insert this data back ...
table variable - get the structure from an existing table15 Jul 2008 15:23 GMT4
Is it possible to declare a table variable and get the structure from an
existing table?
Something like "select * into @my_table" or any other recommended way
Thanks,
Table Data15 Jul 2008 15:11 GMT5
I have table Classification.
In this table one column like Definition
That columns contains the data like
Definition
can pivot be applied to group by ?15 Jul 2008 15:03 GMT7
For this table
Id bigint identity(1,1)
Attribute nvarchar(50) not null
PeriodNumber bigint not null
can I reliably rollback TRUNCATE statement?15 Jul 2008 15:03 GMT8
Can I assume that I can reliably rollback TRUNCATE statement?   Will
something like this work reliably: (I need Result table be always
consistent).
BEGIN TRY
How to copy a table from one database to another15 Jul 2008 14:39 GMT6
I have two databases, one for test and another for production purposes.
Every night production database is being backed up and restored into a test
database. I've mistakingly deleted one table from the test database. What is
the best way to recreate deleted table from the ...
Problem: MySQL time datatype to SQL Server 2005 Datetime15 Jul 2008 13:59 GMT5
when trying to insert a MySQL time datatype into a SQL Server 2005 DatTime
(using a C# program) format I get the error message:
Unable to cast object of type 'System.TimeSpan' to type
'System.IConvertible'.Couldn't store <22:00:00> in StartHour Column.  
Row To Column15 Jul 2008 13:41 GMT3
I want to get following output:
Create Table RowToColumn
(
    Col1 Int,
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



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