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
view order different from 2000 to 200522 Dec 2008 14:39 GMT3
I have a view as follows (please don't yell at me for using "ORDER" in the
view as this is not the issue at the moment and I need to get this working
without updating a whole lot of workstations):
SELECT DISTINCT TOP 100 PERCENT City, CountyName
CRM Report - SQL Query to build list of all accounts in hierarchy22 Dec 2008 04:33 GMT2
I want to run a report of all the opportunities belonging to an
account and all of it's child accounts in the hierarchy (i.e. parent
account has x sub-accounts; each sub-account has y sub-sub-accounts
etc).  The first step is to compile a list of all these accounts in
ID standards and GUIDs22 Dec 2008 03:57 GMT21
I notice something in the AdventureWorks database that I don't use,
and haven't used before. That is, they have the normal promary key,
for example, ProductID, and then they also have a rowguid column.
Certain tables have the rowguid column, some don't. I think it might
Problem with DROP CONSTRAINT21 Dec 2008 23:08 GMT15
When I issue the following T-SQL 2008:
ALTER TABLE ALIS.mc.LOCApp DROP CONSTRAINT LOCApp_Created_df
I get the following errors:
Msg 1781, Level 16, State 1, Line 1
Question about GETDATE()21 Dec 2008 01:22 GMT2
IF a 2008 table field "Updated" is defined as DATE and the following T-SQL
is executed:
SET Updated = GETDATE()
are there any situations where Updated would be anything other than the
Browsing Prior and Next20 Dec 2008 04:59 GMT8
I need to code an UDF that will return the next or preceding employee_id
from a table containing the list of all employees, using some "search
parameters"
Parameters :
SQL Server 2005 SP320 Dec 2008 04:54 GMT1
Not sure if anyone noticed this yet or not but SQL Server 2005 SP3 is out
for download!
Drop Index when existing20 Dec 2008 02:10 GMT7
how do I write a script to drop an index only if it exists?
Thank You
Joachim
ADO Execute Timeout19 Dec 2008 23:40 GMT2
My "inherited" application uses ADODB.Connection to process transactions
against a backend SQL Server. Within a BeginTrans / CommitTrans, error
-2147217871, "Timeout expired", occurs on one of the Execute methods. The
sample code (simplified) looks some like the following. Please ...
List tables and column names19 Dec 2008 21:42 GMT3
How can I return a list of tables and their column names in one T-SQL
statement from a single database (SQL 2005)?  Thanks.
David
Program Files in Vista19 Dec 2008 20:57 GMT1
In Vista, applications are supposedly no longer allowed to write anything in
Program Files. Yet the newest version of SQL Server by default keeps
databases in there. Why is SQL Server so special?
Using a stored procedure in a update statement?19 Dec 2008 19:36 GMT16
Hi, i need a way to use a sp in a update statement like this example:
   UPDATE dbo.TestTable
   SET Field1 = spDoSomething(Field2 , Field2)
Field1 + 2 are from the same table (TestTable)
Connecting to a 64bit SQL Server from 32bit Apps19 Dec 2008 12:56 GMT3
Anyone know of any obvious issues around this?
I have a Windows 2008 server running SQL2008 64bit. The browser service is
running and TCP is enabled for both the 64 and 32 bit Native Client
configuration. The server is configured to allow remote connections and the
tool to create insert sql for table data19 Dec 2008 11:41 GMT10
I need a tool to create insert sql for all data in a table ...
So, this tool would generate one insert statement for each row in the table.
Does such a beast exist ?
Deletion of thousands of rows is filling transaction log19 Dec 2008 07:13 GMT5
What's the best way to avoid filling the transaction log while deleting
thousands of rows?
Thanks,
Felipe
 
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.