Viewing 15 posts - 1,291 through 1,305 (of 1,493 total)
Ed Wagner (8/15/2014)
batgirl (8/15/2014)
SQLRNNR (8/15/2014)
versereverse
Gear
Up
August 18, 2014 at 8:36 am
whereisSQL? (8/15/2014)
Ed Wagner (8/15/2014)
djj (8/15/2014)
Ed Wagner (8/15/2014)
EL Jerry (8/15/2014)
SQLRNNR (8/15/2014)
discoTravolta
Anti-aging
Old
New
Testament
Book
August 15, 2014 at 1:32 pm
I did not mean DENY everyone just the logins (or group) you wish.
August 15, 2014 at 11:52 am
Have you tried deny of alter on database?
August 15, 2014 at 11:47 am
Ed Wagner (8/15/2014)
EL Jerry (8/15/2014)
SQLRNNR (8/15/2014)
discoTravolta
Anti-aging
Old
August 15, 2014 at 11:32 am
Thanks again. I gave it a try and it worked well. Once I deciphered what MS was saying about it in the KB article.
August 15, 2014 at 10:47 am
Thank you! I had wondered if that was possible, but since the log shipping was not directly related to the backup, I did not know if that would work.
August 15, 2014 at 5:24 am
How do you get from your data to your result? I see things not reported but why?
August 15, 2014 at 5:16 am
One way would be to convert your data to a table and use that as your criteria. As you found out, you cannot use a variable as the IN.
Another...
August 14, 2014 at 1:49 pm
Ed Wagner (8/14/2014)
whereisSQL? (8/14/2014)
SQLRNNR (8/14/2014)
Ed Wagner (8/14/2014)
Sean Lange (8/14/2014)
peanut butterNutella
creamy jar of deliciousness
craving
Steak
Potato
August 14, 2014 at 1:32 pm
ChrisM@Work (8/14/2014)
remember '76/'77
Wish I could remember what last year was like, I remember some nice days for '77 as I have a picture of me from a company picnic....
August 14, 2014 at 6:28 am
Here is code I use. It may not be pretty, but it does what I want by building output of code to run.
with cte as (
select Object_name(object_id) AS TableName
...
August 13, 2014 at 1:50 pm
So what does the data look like (not just the schema) in tables ST and SC?
August 13, 2014 at 12:24 pm
carlos cachulo-318532 (8/13/2014)
I have this tables SC and ST
ST has this fields
ref,design,stock
SC has this fields
ref,refb,design
i can join this tables with st.ref=sc.refb
I´ve came with this query
select sc.ref,sc.design,st.stock from st inner...
August 13, 2014 at 10:52 am
Viewing 15 posts - 1,291 through 1,305 (of 1,493 total)