Viewing 15 posts - 736 through 750 (of 774 total)
SQL Server 2005 (script produced trought management studio):
table SGTALIQDATA:
USE [SGT]
GO
/****** Object: Table [dbo].[SGTALIQDATA] Script Date: 08/14/2009 13:59:52 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[SGTALIQDATA](
[CODLIQ]...
August 14, 2009 at 7:10 am
what do you mean with tables definitions?
The field names and data types?
thank you
August 14, 2009 at 4:57 am
yap, it works.
But i have a problem:
I do this comand:
exec master..xp_cmdshell 'bcp "select * from database..table order by field1" queryout "c:\excel\1.xls" -c -T -S "Servername\sql2000"'
This command creates the excel file.
What...
July 31, 2009 at 4:04 am
If you really what SQL 2000 knowlage, than a good book to read is SQL Server 2000 bible.
P.s Gail Shaw is right , why don't you start in SQL Server...
July 31, 2009 at 2:46 am
In my case, what i really would like to know is, if there are any differences (in terms of funcionalities) between ESX and hyperV.
For instance, i know that with ESX,...
July 24, 2009 at 7:16 am
can someone help me , please?
I'm realy don't know how to fix this
July 21, 2009 at 2:03 am
Hi masters,
I have now putted the code as below and i noticed that when the
code is executed and there is no Excel file yet, it gives me...
July 17, 2009 at 9:38 am
thank you very much,
I have tried to implement the model, but i have a problem.
Please, look at my script , to see what i mean:
-- Create...
July 17, 2009 at 7:48 am
yes, in SQL Server 2000 database i did not update statistics in the 2005 database i have updated the statistics
July 15, 2009 at 8:39 am
ok, thank you for the reply.
I would like to know in production, what dbas are using?
thank you,
Pedro
July 14, 2009 at 8:58 am
Hi Gail,
Thank you very much.
I was wrong.
I tested again, and it works.
sorry for the wrong information.
thank you all, for reply to this post
July 14, 2009 at 7:14 am
yap, that's an easy way.
I don't know if you can go to the Management/activity monitor and Kill the connection that is connected to that database and then you trie to...
July 13, 2009 at 6:39 am
Hi,
When a database is in Single_user_mode, if there are no connections , you can connect to it.
The first connection to gain access will be the only...
July 13, 2009 at 4:41 am
Viewing 15 posts - 736 through 750 (of 774 total)