Viewing 15 posts - 436 through 450 (of 1,584 total)
If you attempt to modify a table that's currently being replicated, you will receive the following error
- Unable to modify table.
Cannot drop the table 'dbo.ts-services' because it...
February 26, 2014 at 9:29 am
Check your Flat File Connection Manager, make sure you've specified the appropriate data types and lengths for the fields you are mapping into Excel.
If you've not done it this way...
February 26, 2014 at 8:11 am
If you restore master, you will need to fix the logins for any orhpaned users., Not typically an issue however, if one of the orphaned users was the owner...
February 26, 2014 at 7:59 am
For the same reason as what I mentioned above, it's a security risk. Linked servers allow security through a single account only: whether it be a sql account or...
February 26, 2014 at 7:35 am
Awesome! Please mark the post as helpful so others will know to use the same 😉
February 25, 2014 at 3:27 pm
Windows AD groups are not supported for linked Servers. This is by design and per MS, will not likely be changed going forward (based upon articles I've read in...
February 25, 2014 at 1:55 pm
Running in the query designer is not the same as running it through the service (web browser)
February 25, 2014 at 1:38 pm
You may want to read through this article - http://www.mssqltips.com/sqlservertip/2571/restoring-sql-server-system-databases-msdb-and-model/
February 25, 2014 at 11:51 am
In the SSIS package, use the Data Conversion control in "Data Flow Transformations" to convert it on the fly, the output into your table will then be a float
February 25, 2014 at 9:56 am
Gotcha. I missed the obvious 😉
February 25, 2014 at 9:54 am
Grant Fritchey (2/25/2014)
If you can't for some reason, then optimize for ad hoc, absolutely, and, possibly, forced...
February 25, 2014 at 8:41 am
Creating a procedure versus TSQL execution isn't going to buy you any performance gain as the execution plan for it will be the same. But I am curious, have you...
February 25, 2014 at 7:49 am
This is perhaps a silly question: When you run the "select top(1) * from linkedservername.dbname.dbo.Viewname" on the physical server itself, does it return a record?
February 25, 2014 at 7:41 am
Viewing 15 posts - 436 through 450 (of 1,584 total)