Viewing 15 posts - 16 through 30 (of 1,292 total)
Filter on Application Name with "Microsoft SQL Server Management Studio"
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 8, 2012 at 12:17 pm
Interesting that you cannot see the log file in database property, can you post a screen shot of the database property?
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 8, 2012 at 12:13 pm
Nope, you cannot set memory setting for Individual databases.
However if you have a serious requirement to do that, you will have to install individual instances for those database or...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 8, 2012 at 12:11 pm
sqlfriends (2/8/2012)
Is there a way to stop this alert and error?Thanks
Yes you can, but it is not suggested to do it, making it not possible to know if there is...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 8, 2012 at 12:06 pm
Not sure why that is missing, does it not give info regd the application or hostname, may be that can help track a bit more..
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 8, 2012 at 12:03 pm
You should have a column in Profiler trace that can help you with the application name, database and many additional columns...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 8, 2012 at 11:54 am
SQLback (2/8/2012)
You can find from the ipaddress which server is the call comming from. Just do ping -a ipaddress. You will know the server name.
I have seen on multiple...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 8, 2012 at 11:46 am
your best bet is to fire a Profiler trace and select only the event Audit Login Failed event, choose all columns and run the trace..
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 8, 2012 at 11:42 am
Have you configured logging inside the SSIS package? It gives more detailed information about each of the control flow tasks inside the SSIS package.
You can read a blog post...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 8, 2012 at 11:37 am
I am not aware of any out of the box mechanism / feature. All I can think of is having another copy of the table (with _1 added at the...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 8, 2012 at 9:51 am
Yes you are right, you cannot make changes to the Mirrored DB until it is the Principal, so your plan to setup DB Mirroring for making changes to databases (add,...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 8, 2012 at 9:38 am
Nicholas Cain (2/7/2012)
Bru Medishetty (2/7/2012)
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 7, 2012 at 5:21 pm
Have you clearly read the OP's requirement? He needs a mechanism to synchronize data from 3 client office databases to a centralized Server. In such a scenario how will Db...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 7, 2012 at 3:10 pm
I guess the OP is trying to know what is the best possible way to achieve this.
The only way I am aware is to have 4 data flow tasks and...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 7, 2012 at 1:04 pm
Unless there is a significant workload on the SQL Server which hosts the Publisher and Distributor, I am sure you can configure Publisher and Distributor on the same SQL Instance..
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 7, 2012 at 12:30 pm
Viewing 15 posts - 16 through 30 (of 1,292 total)