Viewing 15 posts - 226 through 240 (of 245 total)
I solved it yesterday yet, i deattached DB and then attached and recovery.. thx for link, on night shift I will read.
thx for response
February 15, 2013 at 8:15 am
GilaMonster (10/7/2011)
Please run the following and post the full and complete results
DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS
Hi Gila, please can you help me? I have test server, and I...
February 14, 2013 at 4:06 pm
hello,
please can you help me or is not possible ?
thank you for response
January 28, 2013 at 9:29 pm
Good morning
thank you both for response , it was very good explanation, i understand now,
because i knew before ,how the partition works , but i didnt know about performance...
January 25, 2013 at 11:45 pm
i think if you copy and paste to "Edit" table, it will appear in table no?
i copy data like this without insert .
Or how can i do...
January 25, 2013 at 3:23 am
this ? or you mean the different format of cell in excel ?
i think that you dont need to use this data because from this table we use just...
January 25, 2013 at 2:56 am
INSERT INTO [dbo].[TB_WORK_ORDER_AGVEN]
([ORDER_DATE]
,[COMMIT_NO]
...
January 25, 2013 at 2:51 am
hello, so programmer solved this frozen with thread, but he said me it will be temporary solution if I tune the query, if its possile
so in attachment i add files...
January 25, 2013 at 12:09 am
OK sorry, tommorow i will send direct this query, this is what i wrote second, because i founded after that we need the second.
Now i am not at work,...
January 24, 2013 at 6:54 am
anthony.green Here is TB_REINPUT, so i think that not will be problem in second table . If you check the image with sqlplan, there is 77% with seek in TB_REINPUT....
January 24, 2013 at 5:52 am
thanks for response
i think that here is nolock needed, because this data are live, you know, this select will be every second and i work in Car company, data...
January 24, 2013 at 5:13 am
Hello I have
on the server 1.1.1.2
i think
SELECT * FROM [1.1.1.1].DATABASE.dbo.TABLE
and try
DROP TABLE table_name [1.1.1.1].DATABASE.dbo.TABLE;
IF EXISTS (SELECT COUNT(*) FROM sys.object WHERE OBJECT_ID = OBJECT_ID(N'TABLE'))
DROP TABLE IF...
January 23, 2013 at 11:48 pm
so i have good reason 🙂
thank you for your cooperation and your patient with me
November 6, 2012 at 7:51 pm
yes i checked this and understood.
so last question.
is good idea change to detail level and rebuild the next level of index, for example where page count is higher than 50?...
November 6, 2012 at 6:50 pm
So If it doesn't matter, i don't understand why I get different value ... and how can i see leaf level ( just for learning ) , because i thought...
November 6, 2012 at 5:39 pm
Viewing 15 posts - 226 through 240 (of 245 total)