Topics
Started by
Posts
Last post
Hi Friends, I installed SQL server in my machine and now i want to configure SSAS. Can you tell …
3 replies
Colleagues, I am in a bad need for ideas. The situation looks like that. We (my company) have Serve…
2 replies
We have a table in our system that has an identity to one of the field. One would think when you wo…
4 replies
when Read Committed Snapshot Isolation is ON, 1. whether Phantom Reads possible ? 2. whether tempdb…
11 replies
getting an error which says no. of rows cannot exceed 65k in order to extract to excel.
2 replies
Hi Friends, I need a T-SQL, which scripts all the jobs in the sql server instance. Thanks in advanc…
2 replies
There is a table store a few hundreds jpg file path. Real jpg files were stored at c:\myjpg\ folder…
2 replies
I am working on a clock in and clock out system. I have one table with Employee id, punchTime, punc…
16 replies
Hello I have a database that records contracts and their amounts (each contract has a start and end…
14 replies
Hi all, I am a newbie to SQL Server. I have SQL Server 2008 R2 installed on a server machine and a …
5 replies
Hi all, this is the first time am working on stored procedures, I need to make changes to the exist…
9 replies
Installing SQL Server 2008 R2 on Windows Server 2008 R2 in a domain at Windows 2003 functional leve…
1 replies
CREATE TABLE TableKeys ( BusinessKeys NVARCHAR(MAX)) INSERT INTO TableKeys (BusinessKeys) SE…
5 replies
DECLARE @LastOne bit = 0 CREATE TABLE #tblTasks ( TaskID int, Task varchar(…
8 replies
Hi, I'm using this script to look at recommended indexes: SELECT migs.avg_total_user_cost * (migs…
15 replies
Viewing 15 topics - 12,781 through 12,795 (of 30,222 total)
You must be logged in to create new topics.