Viewing 15 posts - 12,901 through 12,915 (of 15,381 total)
spro1210 (2/28/2012)
Thanks for your help. FYI...didn't ask for any spoon feeding but I do like Vanilla ice cream. LOL.
No, just wanted a little guidance. I was stuck on the...
February 29, 2012 at 7:10 am
rlswisher (2/28/2012)
--1.Choose a...
February 28, 2012 at 2:54 pm
Certainly not a bother. Glad you figured it out and thanks for letting us know.
February 28, 2012 at 2:47 pm
spro1210 (2/28/2012)
But it's not coming out right. Any...
February 28, 2012 at 2:46 pm
Can you post some of your script so we can how you are declaring it and using it?
February 28, 2012 at 2:39 pm
And probably better to use a join instead of comma separated tables, using tables like that makes it REALLY easy to accidentally get a cross join.
February 28, 2012 at 1:43 pm
rabisco (2/28/2012)
What I'm trying accomplish is this.
The ideal.
For every paragraph , users should enter a value for code1 and code2.
The current situation.
Users have created some documents which have only values...
February 28, 2012 at 12:38 pm
At some level there has to be at the very least one or two people that have access to the code. It sounds like ultra paranoia to me that you...
February 28, 2012 at 12:21 pm
Take a look at profiler.
SET PARSEONLY ON
GO
--your t-sql here
GO
SET PARSEONLY OFF
GO
Never tried that in an app to see what happens...I would be interested to see what happens.
February 28, 2012 at 12:13 pm
February 28, 2012 at 11:02 am
No offense but you try googling for this? I am guessing this database was replicated at one point?
http://blog.sqlauthority.com/2009/09/05/sql-server-fix-error-cannot-drop-the-database-because-it-is-being-used-for-replication-microsoft-sql-server-error-3724/%5B/url%5D
February 28, 2012 at 10:57 am
Saintmount.Sql (2/27/2012)
Could you please let me know what are factors need to consider for estimating the SQL Server reporting development in order plan the report as simple, medium,...
February 28, 2012 at 9:26 am
shew (2/28/2012)
Sean Lange (2/28/2012)
Gianluca Sartori (2/28/2012)
As I asked in the other thread: why not using linked servers?
Because the homework question said to not use them??? Such a strange request and...
February 28, 2012 at 8:55 am
The last thing I want to do is to parse all this to strip our your database and schemas so that I can get your data into my test environment....
February 28, 2012 at 8:35 am
Gianluca Sartori (2/28/2012)
As I asked in the other thread: why not using linked servers?
Because the homework question said to not use them??? Such a strange request and twice on the...
February 28, 2012 at 8:31 am
Viewing 15 posts - 12,901 through 12,915 (of 15,381 total)