Viewing 15 posts - 91 through 105 (of 184 total)
SELECT 'EXECUTE AtashSooziFloorInsert ' + CAST(AtashSoozId as varchar(100))+ '
CASTFloorID as varchar(100)) FROM ImportedTable
then you can execute this list of sql
or you write a cursor and then execute all sql
September 22, 2012 at 8:16 am
test make in the same server only instances are diffrent
September 4, 2012 at 12:33 am
How can i merge production db and backup in sys.objects ?
August 9, 2012 at 7:00 am
Restore database dosen't solve this problems
because backup of database involve system tables of
database This the main problem query
SELECT * FROM SYS.columns CLM WHERE CLM.OBJECT_ID
NOT IN (SELECT OBJ.object_id FROM...
August 9, 2012 at 6:49 am
Server: Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID 0, page (1:288). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Server: Msg 8939,...
August 3, 2012 at 5:21 am
It is oke but LOGICALREF is an clustered index column i can why it is suggest that?
May 2, 2012 at 6:44 am
/*
The Query Processor estimates that implementing the following index could improve the query cost by 99.9906%.
*/
/*
USE [DB]
GO
CREATE NONCLUSTERED INDEX [<Name of Missing Index, sysname,>]
ON [dbo].[TBL] ([STOCKREF],[INVENNO],[DATE_])
INCLUDE ([LOGICALREF])
GO
*/
May 2, 2012 at 6:38 am
Viewing 15 posts - 91 through 105 (of 184 total)