First  |  Prev |  Next  |  Last
Pages: 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289
Dynamic Temporary Table Column List
Is there an easy way to get a column listing of a temporary table you create dynamic? ... 30 Jun 2008 18:56
object creation order
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 ... 30 Jun 2008 16:52
Replace all alpabet characters
Hello All, I need a sql code to replace all alphanumeric from a column value, basically; its a varchar column to store telephone num. for e.g Data Result ================================ mum01412305671 01412305671 0234524578work ... 1 Jul 2008 07:12
Error running update
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. query: UPDATE VEND_addr SET COUNTRY_CD = 'USA', SALES_TAX_CD = 'CA', SHIP_ID = NULL, EMAIL_ID = NULL, IBAN_CD = NULL, EDI_N104_CD = NULL, NON_US_BA... 30 Jun 2008 11:42
SMO
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 ... 30 Jun 2008 10:40
Have a list of dates, even when there is nothing there.
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 that with my order counts so th... 30 Jun 2008 11:42
rows to columns
Hi, 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. First table: ItemId (int) ItemName (nvarchar) ItemDescibtion (nvarchar) ... 30 Jun 2008 16:52
Jaeger LeCoultre Reverso Gran'Sport Series - Jaeger LeCoultre Watches
Jaeger LeCoultre Reverso Gran'Sport Series - Jaeger LeCoultre Watches Luxury Gift : http://www.luxury-gift.org Jaeger LeCoultre Watches : http://www.luxury-gift.org/Watches/jaeger-lecoultre-watches.html Jaeger LeCoultre Reverso Gran'Sport Series : http://www.luxury-gift.org/Watches/Jaeger-LeCoultre-Reverso-GranSp... 30 Jun 2008 05:32
Storing a collection of lines
I need to store a list of paths in sqlserver. The paths just have a start and end point. It is currently stored something like this CREATE TABLE Lines ( LineID INT, PointA INT, PointB INT ) There is nothing special about PointA and PointB, ie A cannot be considered the start of the line and B the end. Ano... 6 Jul 2008 20:09
select query optimization
which way will give me better performance? select * from table1 OR select id, name, email from table1 table1 has only 3 columns id, name email Tem ... 30 Jun 2008 01:27
First  |  Prev |  Next  |  Last
Pages: 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289