Viewing 15 posts - 3,226 through 3,240 (of 13,461 total)
you have two queries that could potentially be comparing more than one row to a single value;
one is a simple test for a value:
if (select UNITE_COUT_MATERIEL from DIM_INTER_MATERIEL) =...
June 26, 2013 at 5:47 am
you still will need occupied/empty records at the individual seat level; you might organize them in cubes, but your level of detail is deeper;
i'd also like to see the DDL...
June 25, 2013 at 2:04 pm
Sean Lange (6/25/2013)
Lots of completely vague posts and suddenly, voila! The OP posts a complete...
June 25, 2013 at 1:33 pm
that's an application error,and not SQL server.
a lot of applications will have a default connection timeout of 30 seconds, unless someone explicitly adds some longer timeouts to the connection string.
if...
June 25, 2013 at 1:21 pm
lmacdonald (6/25/2013)
However my linked server is actually on the same machine, but another instance. There is a syntax error, it does not like...
June 25, 2013 at 12:39 pm
lmacdonald (6/25/2013)
Yes but those DDL commands often specify a from clause which is where I can put in the linked server. These do not.
ahh, you missed the point.
I created...
June 25, 2013 at 12:25 pm
For Linked servers, i know you can do DDL commands, like CREATE TABLE, via EXECUTE AT;
I'd bet any other commands like the ALTER and CREATE ENDPOINT would work just as...
June 25, 2013 at 11:37 am
duplicate post.
There's no need to post the same question in multiple forums.
The Recent Posts>>Posts Added Today function which most people use shows us your post immediately.
crossposting will wastes people's time...
June 25, 2013 at 11:22 am
duplicate post.
There's no need to post the same question in multiple forums.
The Recent Posts>>Posts Added Today function which most people use shows us your post immediately.
crossposting will wastes people's time...
June 25, 2013 at 11:22 am
SQLHeap (6/25/2013)
The db is too big to restore fully, can't even just restore the primary filegroup anywhere. How can I get a single stored procedure back?
grab the trial version...
June 25, 2013 at 11:13 am
i don't think there is a hard and fast rule you can just say, it depends on the data and how often it gets accessed;
SQL will use all the RAM...
June 25, 2013 at 10:47 am
Lidou123 (6/25/2013)
Thank u for your answer.
I tried to connect via linked server and that wooooorks !!!!!!!!!!!!!!! 🙂
Thank U.
So, now I can create a report and deploy it ??
Or I...
June 25, 2013 at 10:31 am
Viewing 15 posts - 3,226 through 3,240 (of 13,461 total)