Viewing 15 posts - 106 through 120 (of 231 total)
Sorry Noeld
What do yoy mean exactly
November 28, 2007 at 2:00 pm
Thanks you for sahring the info.
November 28, 2007 at 12:50 pm
Hi,
I have just 3 years as DBA.
I am leaning a lot helping you.
Did you replace username by your login user and password by your login passwor in the following
EXEC...
November 28, 2007 at 4:19 am
Hi David,
check this link a good site for database design http://www.databaseanswers.org/data_models/index.htm
Regards,
Ahmed
November 28, 2007 at 3:04 am
you mean to load the created xml file
November 28, 2007 at 3:02 am
Hi David,
Like I see you have snowflake data model, If I really understood, for me, I will create a table location(locationId, locationName) and each table will have the location id...
November 28, 2007 at 2:51 am
Hi krishna,
Use SSMS, in the Object Explorer, Right click on your database, choose task the generate script.
Just follow the wizard script instructions.
Regards,
Ahmed
November 28, 2007 at 2:34 am
Hi Anujahnavi,
bcp Bulk Copy
Check the link http://msdn2.microsoft.com/en-us/library/ms162802.aspx
Elements
Check link http://msdn2.microsoft.com/en-us/library/ms188273.aspx
root('tracks') I have just a root node to the xml document to be valide.
alter Trigger TestTrigger
On dbo.tablefortrigger
For Insert
As
Begin
Set...
November 28, 2007 at 2:16 am
Hi anujahnavi,
set nocount on
EXEC master.dbo.xp_cmdshell 'bcp "select * from tablefortrigger order by track FOR XML Auto, ELEMENTS, root(''Tracks'')" queryout c:\Result.xml -S. -Uusername -Ppassword -c -r -t', no_output
set nocount off
Regards,
Ahmed
November 28, 2007 at 1:25 am
Hi Kyle,
MSDN Virtual Lab: SQL Server 2005 SQL Query Tuning
MSDN Webcast: Application Performance Tuning Using SQL Server Profiler 2005 (Level 200)
TechNet Webcast: Troubleshooting Performance...
November 27, 2007 at 10:38 am
Hi,
Check the following
http://www.simple-talk.com/sql/backup-and-recovery/pop-rivett-and-the-suspect-database/
http://support.microsoft.com/kb/224071
Regards,
ahmed
November 27, 2007 at 5:28 am
Hi,
You need to create a job to check if the log growth reach a certain threshold, then make the truncate of log.
Managing SQL Server 2000 Transaction Log Growth
November 27, 2007 at 1:42 am
Hi Devon,
Memory you are limited to 2 G and 4 CPUs
Check thoses links for more info
Comparison Between SQL Server 2005 Standard and Enterprise Editions
http://www.microsoft.com/sql/editions/enterprise/comparison.mspx
difference between SQL 2000 Enterprise/Standard
November 27, 2007 at 1:06 am
Hi,
It's just a temporary table, if you want to keep it, it ok.
You can put this code in stored proc.
Regards,
Ahmed
November 27, 2007 at 12:31 am
Viewing 15 posts - 106 through 120 (of 231 total)