Topics
Started by
Posts
Last post
Hello, My DBA left recently and I have been temporarily filling in for some database stuff. I have…
5 replies
I have not used SSIS transfer job task before and I am looking to use it for part of a DR plan. I w…
2 replies
Greetings…. I would like to enumerate every Microsoft Bulletin (MSFTID) and ULTIMATE_SUPER combinat…
4 replies
This table (a denormalized "shadow" table) is used in a form that allows it to be "refreshed" on de…
31 replies
I know there has got to be a way to do this in T-SQL, I am a VB.Net developer and am kind of new to…
7 replies
I am not really sure how to handle this situation: I have 4 separate databases within my instance o…
2 replies
Hi Everyone, I'm running a query, and trying to set a prompt for a start date and a end date using …
6 replies
I've had a bunch of errors on several of our databases. It's been suggested to stop copying off to…
5 replies
Hi, Today i got an alert of ddisk space.When i tried to shrink the file by DBCC SHRINKFILE() it has…
1 replies
I'm following SQL server books online. I'm making a simple ETL package. It is asking to add Advent…
2 replies
Hello, When I run a manual shrink task on the log file of my DB it works great. When I hit the s…
9 replies
Hello, I have this query: declare @start as datetime declare @end as datetime set @start = '2011-07…
4 replies
Hi Folks We curently do not have any of our SQL Servers (2003,2008 R2) configured with a server rol…
3 replies
Hi Is it possible to have a computed column on one table pointing to a value in another table? e.g…
9 replies
declare @pattype char(20); set @pattype = CASE WHEN patient_type = '1' THEN @pattype = "Inpatient…
3 replies
Viewing 15 topics - 466 through 480 (of 2,735 total)
You must be logged in to create new topics.