Topics
Started by
Posts
Last post
My boss found a table in live data that we can't account for on who created it or what it's for. B…
2 replies
CREATE TABLE Person ( Person_id INT NOT NULL IDENTITY(1,1) PRIMARY KEY, last_name VARCHAR(20) ,…
3 replies
Hi, I'm currently working with a table that stores several types of information on employees. The t…
7 replies
Hi All, How do i run a sql 2005 SSIS package (dtsx) file system under windows event/task schedular…
1 replies
Anyone know if there's a DMV that tracks page splits? I need some kind of indication as to number o…
18 replies
I have been struggling with this one for ages and therefore hoping someone will take pity on me and…
11 replies
I 'm wondering do we have to qualify the sql objects (like procs) when the sql user has a default s…
5 replies
Hi all, I have a variable @tothr of datatype datetime. I want to minus one hour if hour is not less…
5 replies
Hello folks, I wanted to create an alert when one of my production server instance is down....How d…
2 replies
Hello folks, How do i find out the number of query executions against a particular database during …
3 replies
Hi All, Can someone help me to set up a trace to monitor a job? One of my clients is saying that sh…
2 replies
hai, what are the roles and responsibilities of sql server dba job?
4 replies
Consider this test procedure ----------------------------------- /*exec usp_tester*//****** Objec…
6 replies
Hi All, I have written a query like this: select 0 as rid,'ALL' as UserName union select rid,UserNa…
4 replies
I'm using windows server 2003 with microsoft server enterprise sql manager which has a huge db stor…
3 replies
Viewing 15 topics - 2,971 through 2,985 (of 10,974 total)
You must be logged in to create new topics.