Viewing 15 posts - 46 through 60 (of 86 total)
I'm less disappointed in the quality of questions than with the lethargy in replying.
Sometimes, and I've been there myself, due to work pressures, it is often quicker to post a...
August 24, 2015 at 9:21 am
can you change the location of the data that the view is referring to?
Even adding a task to move the data and then apply the amended view to test if...
August 24, 2015 at 8:28 am
like previous user mentioned, db mail is very reliable once configured.
99% of the time, when a failure occurs, it is due to a change in Exchange, Firewall or, rarely, Port...
August 24, 2015 at 8:23 am
Developed an older BI system on 2005/2008 but have started from scratch on 2014.
There will be very little if any difference between 2012 and 2014, so whatever is established for...
August 24, 2015 at 8:20 am
have used a coupe of techniques for this:
1. VBA in Excel including a refresh parameter which polls database for results
2. SQL Server Reporting Services which has a refresh parameter built...
August 24, 2015 at 7:48 am
you can use SQL string functions (Left, Right, Substring) to split out "date" parts.
Then can concatenate and apply a "cast ... as datetime" clause.
Always worked for me.
August 24, 2015 at 7:43 am
You can use either Project or Package deployment mode.
Each sub-"package" within the solution must be the same type.
Recommendation is to use Project, which I use only, as there are certain...
August 24, 2015 at 7:40 am
sp_helptext
set statistics io on
set statistics time on
dbcc checkdb
set transaction isolation level read uncommitted
August 22, 2015 at 2:13 am
Hi,
So, an update and a little clarification.
Firstly, I think SPN is a red herring here - servers are configured correctly with no comm issue; no additional changes made.
Secondly, regarding auditing,...
August 14, 2015 at 7:19 am
Thanks. By "rebuilding indexes" do you mean clustered or non-clustered, or would new plan be created regardless of number or type of index?
August 13, 2015 at 5:04 am
Perry,
There are no SPNs set up and Kerberos is not enabled on SQL Server. The auth_scheme = SQL.
I've never had to use a SPN, so my thinking was it is...
August 12, 2015 at 8:46 am
ok so after reinstall of SQL Server 2014 SP1 I reattached dBs from MDF/LDF files and most databases were fine.
Sadly, one database originally showing as Suspect was no longer in...
August 5, 2015 at 9:42 am
Yeah thanks Grant/SQLNRR/Jeff - actually I have downloaded a copy of SQL 2014 Dev inc SP1 and will try to install and connect from there.
Will let you know if any...
August 5, 2015 at 7:11 am
Hi Grant, I have a bit more information.
It would appear that in the confusion of installing and uninstalling that there is now no SQL Server service running !!!
See atttached screenshot...
August 5, 2015 at 5:09 am
Would really appreciate your expertise on this Grant.
I'm now thinking should I run the Setup GUI for SQL 2014 and run the Repair option?
What are my options?
Are there any remote...
August 5, 2015 at 5:00 am
Viewing 15 posts - 46 through 60 (of 86 total)