Viewing 15 posts - 2,356 through 2,370 (of 3,738 total)
I would be interested is seeing your errors.
Why don't you uninstall?
You should not have to reformat. Worst case scenario perform a manual uninstall.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 27, 2011 at 2:12 pm
You stated that the installation of the Management Studio Express takes you around in circles.
What happened after you installed SP1?
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 27, 2011 at 8:32 am
quillis131 (8/25/2011)
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 27, 2011 at 8:14 am
You problem sounds similar to the following.
http://www.sqlservercentral.com/Forums/Topic332680-324-1.aspx
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 27, 2011 at 8:02 am
thoover (8/26/2011)
you made me go to BOL for this one.Thanks
Huh?
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 26, 2011 at 9:22 pm
It is good to Consolidate Servers and sometimes to is better to have Databases isolated.
You hinted that it is important to be careful in determining what Databases can cohabitate on...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 26, 2011 at 4:58 pm
Yes you can download Express and there is a Graphical Interface which you can download.
http://www.microsoft.com/sqlserver/en/us/editions/express.aspx
http://www.microsoft.com/download/en/details.aspx?id=22985
Personally I prefer the functionality of the Developer Edition. It only cost $49 for a Developer...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 26, 2011 at 4:43 pm
Christi Wilson (8/25/2011)
I didn't want to start a whole new thread as...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 25, 2011 at 9:56 pm
tracmonali (8/25/2011)
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 25, 2011 at 3:26 pm
GilaMonster (8/25/2011)
That's not valid T-SQL. Case takes an expression not a value and there's no boolean expression 'INSERT' that says that the trigger was an insert.
If can be done like...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 25, 2011 at 2:45 pm
Who is Hugo?:-D
If you denormalized your database how can it be in 3rd normal form?
Typically you denormalize on a reporting version of the database.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 25, 2011 at 1:30 pm
Speaking of back in the saddle, I can't help but think of this song 🙂
http://www.youtube.com/watch?v=bDKxUt9UkmU
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 24, 2011 at 11:45 pm
imadiamond2016 (8/24/2011)
Can you please provide a detailed reply for both of my questions regarding De-normalization and Indexes, so that I can understand the logic behind that.
Please answer my questions in...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 24, 2011 at 11:12 pm
krishusavalia (8/24/2011)
It was really helpful but the trigger you created is not worked for the UPDATE. when I am doing the update then it just inserting the...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 24, 2011 at 11:07 pm
Why don't you experiment with it?
http://msdn.microsoft.com/en-us/library/aa258254(v=sql.80).aspx
The following link demonstrates how to hande a INSERT, UPDATE and DELETE in a single Trigger.
http://technet.microsoft.com/en-us/library/ms189799.aspx
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 24, 2011 at 6:23 pm
Viewing 15 posts - 2,356 through 2,370 (of 3,738 total)