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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Inner Dynamic SQL execute doesnt appear to execute.01 Jul 2008 00:10 GMT4
l I dont think my inner dynamic sql is executing, at least it doesnt look
like it in profiler. anyone got any suggestions? And please refrain from
providing the default how dynamic sql is bad, just need help. Thank you.
use AELN
Dynamic Temporary Table Column List30 Jun 2008 23:32 GMT2
Is there an easy way to get a column listing of a temporary table you create
dynamic?
rows to columns30 Jun 2008 21:09 GMT2
I have two tables, one containing items whith thier common properties
and second with properties, which contains extensive list of
properties. The tables are linkex with 3rd table which maps different
properties to different items.
object creation order30 Jun 2008 20:50 GMT3
i just want take the order to create tables (PK and FK relationships)
i need both ways sql and SMO can any one help me
unhandled exceptions30 Jun 2008 20:33 GMT2
Why is it that some errors immediately throw an unhandled exception and
others do not ?
For example, when attempting a DELETE an unhandled FK violation will
immediately throw an exception and exit the sproc ... ( it is not possible
truncate table question30 Jun 2008 19:03 GMT5
hey all,
i'm getting ready to import all my tables from test to prod.
the first part of my script is to clear that target tables of all the test
records by using truncate. is there a way to truncate all the tables at once
Error running update30 Jun 2008 16:32 GMT3
I am a little novice at running queries, so please be patient with me.
Windows Server 2000
SQL Server 2005
I am trying this is a test database first.
Have a list of dates, even when there is nothing there.30 Jun 2008 16:03 GMT5
So I have an order entry system and I need to show a report of the number of
orders per day. People want it to show even when there is no orders for that
date. So the only way I can think of doing it is create a temp table that
contains all of the dates in my range, and then join ...
SMO30 Jun 2008 15:28 GMT1
In SMO StoredProcedureCollection has both system and user defined stored
procedures , i just want filter the user defined stored procedures ( also
tables , views)
adv thanks
How to compare two tables30 Jun 2008 08:20 GMT6
I have two tables with the same structure
T1: ID, Accessories
T2: ID, Accessories
The goal is...
Tabs in Management Studio30 Jun 2008 06:14 GMT5
I'm finding the tabs in Management Studio really sucky. I find the tabs in
Visual Studio much easier to use. Does anyone find the same thing?
Cheers,
Michael
select query optimization30 Jun 2008 05:50 GMT2
which way will give me better performance?
select * from table1
OR
select id, name, email from table1
Row to Column30 Jun 2008 01:37 GMT4
I'm having trouble writing a query for this.
Supposed I have 2 tables
table: Student
stdID    first name    last name
Is there an Identity that resets within a foreign key?29 Jun 2008 22:14 GMT12
I hope the post title makes sense.  What I want is a table like this:
ID         Pos
------     --------
1         1
storage format of character data (varchar vs nvarchar)29 Jun 2008 15:04 GMT7
Can someone explain the actual storage of varchar vs. nvarchar in SQL Server
2005? I understand that a varchar is a single-byte character and nvarchar is
a double-byte character, but does SQL Server ultimately store them both as
UCS-2? In other words, what format is the ...
 
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.