Viewing 15 posts - 241 through 255 (of 1,162 total)
wolfkillj (1/29/2013)
January 29, 2013 at 8:28 am
gerard-593414 (1/29/2013)
(IF i LEAVE OUT THE into AuditTable, it runs fine)So my qusetion is , what field names (and types) do I need in AuditTable
The same number as in...
January 29, 2013 at 5:45 am
ScottPletcher (1/24/2013)
January 25, 2013 at 2:04 am
ScottPletcher (1/24/2013)
Of course indexing requires persisting. I thought everyone was clear on that.
But you claimed, in your first quote above, there was no (never a) need to persist except...
January 24, 2013 at 10:39 am
ScottPletcher (1/24/2013)
HowardW (1/24/2013)
ScottPletcher (1/24/2013)
HowardW (1/24/2013)
There's no need to make the column persisted prior to indexing it.
That's not necessarily always true. You might persist a column if its requires...
January 24, 2013 at 10:18 am
ScottPletcher (1/24/2013)
HowardW (1/24/2013)
There's no need to make the column persisted prior to indexing it.
That's not necessarily always true. You might persist a column if its requires significant overhead...
January 24, 2013 at 10:04 am
SQL* (1/23/2013)
While reading about Computed column if found that if we mentioned PERSISTED Key word while creating/altering table then we can create index. But i'm able to create index...
January 24, 2013 at 7:50 am
Sounds like you're going down the right lines. The correct order of deletes may be unresolvable without disabling/re-enabling constraints, especially if you have circular references spanning multiple tables (urgh).
You...
January 22, 2013 at 9:17 am
It looks like there was a bug prior to 2000 SP4 that could cause this, but post-SP4, table or index corruption would be more likely.
Start by running a CheckDB...
January 21, 2013 at 9:40 am
Which SQL Server Version and Service Pack did the error occur on?
January 21, 2013 at 9:24 am
You should be able to get that working with your original approach if you just add in the single quotes and set the data flow source to your variable. e.g.:
"Select...
January 17, 2013 at 2:46 am
When that's converted to a string, you'll be missing the required single quotes from around your date (as you're passing it as a string).
You're better off passing the variable directly...
January 17, 2013 at 2:05 am
The views are used to populate the DW, rather than for end user queries?
Yes, they can definitely produce sub-optimal plans as by definition, they sacrifice overall execution time in...
January 10, 2013 at 3:27 am
Lynn Pettis (1/8/2013)
Anyone with a SQL Server 2008 (not SQL Server 2008 R2) installation, I could use a little help here: http://www.sqlservercentral.com/Forums/Topic1404303-391-1.aspx.
Done
January 8, 2013 at 9:16 am
SQL 2k8 SP3:
ALTER PROCEDURE [dbo].[sp_add_jobschedule] -- This SP is deprecated. Use sp_add_schedule and sp_attach_schedule.
...
January 8, 2013 at 9:14 am
Viewing 15 posts - 241 through 255 (of 1,162 total)