Viewing 15 posts - 766 through 780 (of 2,458 total)
I think this is a common problem in the data world for sure.
It all comes down to self-awareness and communication. Knowing your strengths, weaknesses and limitations, then knowing how...
May 3, 2016 at 12:35 pm
lawson2305 (5/3/2016)
May 3, 2016 at 11:24 am
This likely wont help but it's worth noting that, if it is scheduled as a SQL Agent Job the default job owner will be the person that created the maintenance...
May 3, 2016 at 9:59 am
a.column has fts index installed on it and it is xml datatype.
1. Full Text Indexing isn't going to help you here
2. returning XML data in a SQL query is generally...
May 3, 2016 at 7:54 am
Luis Cazares (5/3/2016)
Alan.B (5/2/2016)
terry999 (5/2/2016)
I got this error on a scheduled integrity check. SQL 2005 sp2
Data row does not have a matching index row in the index '' (ID...
May 3, 2016 at 7:27 am
No matter the job, it seems to me that if you're a bit of a Ninja in T-SQL, you'll be in demand...
+1000
May 3, 2016 at 6:33 am
terry999 (5/2/2016)
I got this error on a scheduled integrity check. SQL 2005 sp2
Data row does not have a matching index row in the index '' (ID 2). Possible missing...
May 2, 2016 at 5:22 pm
I can't answer this but would suggest moving the Access to SQL Server. Then joins get much easier.
May 2, 2016 at 5:13 pm
TheComedian (5/2/2016)
i) store them into...
May 2, 2016 at 7:39 am
You can execute stored procedures from SSRS. Anything that you can do in a view you could also do in a subquery or temp table inside a stored procedure; a...
May 2, 2016 at 7:26 am
Broniz (5/1/2016)
I wanted to try using SQL Snapshots for the BI and Excel, but I'll try using replication.
I'm in middle of using Diskspd to get...
May 2, 2016 at 5:45 am
I would start by separating the transactional data from the reporting data if that hasn't already been done.
For example, take this:
- Excel connected to the live system doing queries...
May 1, 2016 at 10:31 pm
What format is the XML in? Is it in a table? An external file?
If you can handle it as a variable this will do the trick.
-- your lookup...
May 1, 2016 at 10:18 pm
SSRS is part of the Microsoft "BI stack" and is part of SQL Server. When you install SQL Server you have the option to include different parts of the BI...
May 1, 2016 at 10:28 am
Viewing 15 posts - 766 through 780 (of 2,458 total)